pjl1995/CTracker

The problem of Test Visualization

Opened this issue · 1 comments

When I run test.py, the visualization imgs and video are strange. Each object is attached multiple boxes and IDs
000009

There seem to be two possibilities:

  1. You didn't do the nms operation or the nms operation failed.
  2. The two boxes representing the same person in the adjacent two frames are drawn in the same frame.