You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I visualize results when testing custom data? When I use -- debug, an error will be reported:
File "LSTR/db/custom.py", line 200, in getitem
img = cv2.imread(item['path'])
KeyError: 'path'
The text was updated successfully, but these errors were encountered:
How do I visualize results when testing custom data? When I use -- debug, an error will be reported:
File "LSTR/db/custom.py", line 200, in getitem
img = cv2.imread(item['path'])
KeyError: 'path'
The text was updated successfully, but these errors were encountered: