Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YCB-V dataset #3

Open
DanieleBertagnoli opened this issue Apr 11, 2024 · 1 comment
Open

YCB-V dataset #3

DanieleBertagnoli opened this issue Apr 11, 2024 · 1 comment

Comments

@DanieleBertagnoli
Copy link

Hi I was trying to train this model using YCB-V dataset (in order to do some tests for the https://github.com/aau-cns/poet model). Can you link me the YCB version you used for training this model? I noticed that in datasets.py you look for labels and images files that are not present in the standard YCB dataset.

Best regards, Daniele

@tgjantos
Copy link
Member

Hi Daniele,

I am using the YCB-V dataset as provided by the BOP Challenge. However, YOLO requires a specific annotation style that is not present in the original YCB-V dataset. YOLO requires text files containing the paths to all training/validation/test images. Moreover, for each training image, e.g. image_001.jpg, you need a text file, i.e. image_001.txt, that contains the annotation information: Obj class, bounding box information (x_c, y_c, w, h normalized by the image size). I would suggest that you write a script, that uses the provided annotation information from YCB-V and traverses the whole dataset to create the required annotation files.

Best,
Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants