xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:
MIT License
7.29k stars 1.93k forks source link

what is the ['file_name']) #740

Open GuoChuan1314 opened 4 years ago

GuoChuan1314 commented 4 years ago

In thesrc/lib/datasets/sample/ ddd.py, 30, img_path = os.path.join(self.img_dir, img_info['file_name']),the fille_name should change which file .

xingyizhou commented 4 years ago

This is from the annotation. Please refer to COCO dataset format for details.