pjl1995 / CTracker

Other
247 stars 47 forks source link

The problem of Test Visualization #8

Open AlexHex7 opened 4 years ago

AlexHex7 commented 4 years ago

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

pjl1995 commented 4 years ago

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.