detectRecog / PointTrack

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

How to create my MOTS dataset just like APOLLO MOTS? #1

Closed FinalFlowers closed 3 years ago

detectRecog commented 4 years ago

If you have downloaded KITTI MOTS, you will find it is easy to do so in three steps.

  1. put all images to a folder named 'images'.
  2. put all corresponding pixel-wise PNG instance annotations (each instance has a unique ID) to a folder named 'instances'. 3.create the '.segmap' which represents the train/val/test split. Please refer to mots_tools
FinalFlowers commented 4 years ago

Thank you!