rvrsprdx

Results 6 comments of rvrsprdx

Yes, Iirc I had to change the import order of pytorch and opencv. Surprisingly, that fixed the issue.

I'd like to know that as well...

Thanks for your quick reply. While trying to find the issue I found out that the output of `dets["bboxes"]` before post_processing changes with _identical_ demo run configurations. Sometimes I get...

Yes, the demo works without any problems on the provided mot model and video. I had trained on a custom (vehicle) dataset without using a pretrained model, in particular not...

Thanks for your reply. I didn't change the ltrb_amodal value during training and testing so it should be the same. Can you explain what ltrb_amodal and ltrb mean? Thanks.

I kinda solved this issue now. - Making sure to have the correct resolution (closest to the actual input resolution of the video) - Commenting out Line 177/178 in tracker.py...