CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
386 stars 82 forks source link

--input-wh different from img_size #31

Closed Nanyangny closed 4 years ago

Nanyangny commented 4 years ago

Just wondering if my img_size if different from the default input-wh, where I should modify to fit my own custom dataset?

CaptainEven commented 4 years ago

@Nanyangny function test_single in demo.py, you will find your answer.