longcw / MOTDT

Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-identification
MIT License
531 stars 130 forks source link

No response at bbox_utils.clip_boxes(bboxes, image.shape) #4

Open kakusikun opened 6 years ago

kakusikun commented 6 years ago

When I use eval_mot.py, the process stuck at bbox_utils.clip_boxes(bboxes, image.shape) in models/reid/init.py.

I found that the clip_boxes() in /utils/bbox.py was not used and just paused there without any responses.

Dr-LingyunXu commented 5 years ago

I encounter with the same problem. Could you help to solve?