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
There are several typos in compute_coordinates_for_video.py
While a SyntaxError is raised, the issue is in the previous line: line 259 is missing a ')'.
Just add the closing bracket: img = imread(os.path.join(img_dir, item))
I am running into this syntax error when running the compute_coordinates_for_video.py
My datasets/train_B just contains a bunch of images extracted from video
Please kindly let me know why and how I can address this issue.
The text was updated successfully, but these errors were encountered: