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
Hi, I set the --vis_thresh 0.2 to get more TP though there will be more FP at the same time.
Then the problem arises:
one object is detected to belong to different categories and the bboxes have high IoU.
If I concatenat results[j] for j in categories __list to get results (a dict as written in ctdet.py) , then the variable results is a list ranther a dict.
Would you mind giving me some guide?
Many thanks !
The text was updated successfully, but these errors were encountered:
Hi, I set the --vis_thresh 0.2 to get more TP though there will be more FP at the same time.
Then the problem arises:
one object is detected to belong to different categories and the bboxes have high IoU.
If I concatenat results[j] for j in categories __list to get results (a dict as written in ctdet.py) , then the variable results is a list ranther a dict.
Would you mind giving me some guide?
Many thanks !
The text was updated successfully, but these errors were encountered: