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
In locate_target.py, the prediction bounding box is saved by the 'idx', however, in generate_results.py, the loading of pred_bbox is by 'unique_idx'. When I check, I find that the 'idx' is not the same number as 'unique_idx'.
In locate_target.py, the prediction bounding box is saved by the 'idx', however, in generate_results.py, the loading of pred_bbox is by 'unique_idx'. When I check, I find that the 'idx' is not the same number as 'unique_idx'.
text_scene_motion/tools/locate_target.py
Line 17 in 5a67f9d
text_scene_motion/tools/generate_results.py
Line 22 in 5a67f9d
The text was updated successfully, but these errors were encountered: