phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
815 stars 197 forks source link

Demo for visualizing the model #183

Open Amirt55 opened 1 month ago

Amirt55 commented 1 month ago

Hi. I just trained the faster R-CNN ResNet50 with FPN on MOT17Det (epoch=16) and now, I want to use this detector for visualizing the tracking (demo) on my custom video in 2 type: 1. with the regressor (Vanilla Tracktor) and 2. with the re-id Siamese network (your pre-trained model). Can you tell me how can I do? Thanks a lot.

Amirt55 commented 1 month ago

I forgot to say that I used Google Colab and I ran all codes on it.