valeoai / carrada_dataset

GNU General Public License v3.0
85 stars 22 forks source link

Instances of each object #5

Closed hpaul96 closed 2 years ago

hpaul96 commented 2 years ago

Hii, How will I know instances of each object in the image? Where are the Instances are stored and if there is no object in the image file then what should be an Instances?

ArthurOuaknine commented 2 years ago

Hi. A README is available in the compressed folder of the dataset. It should specify the name of the files containing the annotations (.json). There are two files with different structure, they are dictionnary if you load them with Python. One of them is built has imbricated dictionnaries. The first key correspond the sequence name, the second to the frame name, the third to the instance ID of the object and the others for the annotations corresponding to this object. If there is no annotated object in the frame, the third dictionnary is empty.

I hope it will help. Best. Arthur