valeoai / carrada_dataset

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

bounding box #13

Closed sutiankang closed 2 years ago

sutiankang commented 2 years ago

Thanks for your great work. I have a problem that how can I get bounding box coordinate in all sequences.

ArthurOuaknine commented 2 years ago

Hi. The bounding box annotations are in the annotation files of the Carrada dataset folder. You have the coordinates for each id sequence, id frame and id instance of the object. Please have a look to the README file in the dataset folder, it may help you to better understand the structure of the files.

sutiankang commented 2 years ago

Hi. The bounding box annotations are in the annotation files of the Carrada dataset folder. You have the coordinates for each id sequence, id frame and id instance of the object. Please have a look to the README file in the dataset folder, it may help you to better understand the structure of the files.

Can you provide a object detection code? Thanks.

ArthurOuaknine commented 2 years ago

We do not provide a baseline in object detection. You should try any object detection tutorial in your favourite DL framework. Best.

sutiankang commented 1 year ago

Hi. The bounding box annotations are in the annotation files of the Carrada dataset folder. You have the coordinates for each id sequence, id frame and id instance of the object. Please have a look to the README file in the dataset folder, it may help you to better understand the structure of the files.

I also have a question about the coordinate type of the box, such as xyxy or xywh, etc. Thanks!

ArthurOuaknine commented 1 year ago

The bounding box annotations are [[x1, y1], [x2, y2]]