1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix: Homography internal method switch

This commit is contained in:
LmeSzinc
2020-07-24 07:12:14 +08:00
parent 98b57db4b5
commit 7378b496d4
2 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,6 @@ class View(MapDetector):
for grid in self:
grid.predict()
logger.attr_align('predict', len(self.grids.keys()), front=float2str(time.time() - start_time) + 's')
self.show()
def update(self, image):
"""