selflein / GraphNN-Multi-Object-Tracking

Unofficial PyTorch implementation of "Learning a Neural Solver for Multiple Object Tracking"
122 stars 23 forks source link

how to get the pre-trained FasterRCNN #3

Open pandazha opened 4 years ago

selflein commented 4 years ago

It is a pretrained FasterRCNN from torchvision.models. I will add a download link to the README.

pandazha commented 4 years ago

Thanks for you answering!This implementation achieves ~58% MOTA on the MOT16 test set. Which detection result do you use,FasterRCNN or official MOT16 detection result?

selflein commented 4 years ago

For evaluation the FasterRCNN detections are used.