Closed sutiankang closed 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.
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.
We do not provide a baseline in object detection. You should try any object detection tutorial in your favourite DL framework. Best.
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!
The bounding box annotations are [[x1, y1], [x2, y2]]
Thanks for your great work. I have a problem that how can I get bounding box coordinate in all sequences.