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

There an Existing Method to Organize Data by Object ID Instead of by Scene? #1156

Open
armando-genis opened this issue Oct 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@armando-genis
Copy link

Describe your feature request

I’m currently working with the BOP dataset, and the default organization groups data by scene ID. This makes it difficult to access files specific to individual object IDs across scenes. I would like to know if there is an existing format or configuration option to structure the output by object ID rather than by scene. Like this:

DATASET_NAME
├─ camera[_TYPE].json
├─ dataset_info.json
├─ test_targets_bop19.json
├─ models[_MODELTYPE][_eval]
│ ├─ models_info.json
│ ├─ obj_OBJ_ID.ply
├─ train|val|test[_TYPE]|onboarding_static|onboarding_dynamic
│ ├─ OBJ_ID
│ │ ├─ scene_camera.json
│ │ ├─ scene_gt.json
│ │ ├─ scene_gt_info.json
│ │ ├─ depth
│ │ ├─ mask
│ │ ├─ mask_visib
│ │ ├─ rgb|gray

Describe a possible solution

No response

@armando-genis armando-genis added the enhancement New feature or request label Oct 28, 2024
@cornerfarmer
Copy link
Member

This might be a question to ask at https://github.com/thodan/bop_toolkit

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

No branches or pull requests

2 participants