detectRecog / PointTrack

PointTrack (ECCV2020 ORAL): Segment as Points for Efficient Online Multi-Object Tracking and Segmentation
Other
261 stars 47 forks source link

Could I ask how to generate segmentation for KITTI test set? #4

Closed fandulu closed 3 years ago

fandulu commented 4 years ago

Could I ask how to generate segmentation for KITTI test set?

detectRecog commented 4 years ago

It needs minor modification 'datasets.KittiMOTSDataset.MOTSCarsVal' to let it load testset images.

fandulu commented 4 years ago

but 'datasets.KittiMOTSDataset.MOTSCarsVal' need to load the given masks, instead of predicting masks.

detectRecog commented 3 years ago

Hello, for the convenience of comparisons with PointTrack, we have provided the test set results of PointTrack on cars and pedestrians on the GitHub page.

fandulu commented 3 years ago

Thanks.