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

Sample dataset for 3DMV-VQA #50

Open
HariniNarasimhan opened this issue Nov 30, 2023 · 0 comments
Open

Sample dataset for 3DMV-VQA #50

HariniNarasimhan opened this issue Nov 30, 2023 · 0 comments

Comments

@HariniNarasimhan
Copy link

For the three step feature extraction, we need the 3DMV-VQA dataset format as mentioned at
https://github.com/evelinehong/3D-CLR-Official

-data   # multi-view images of single-room scenes
   - 00009-vLpv2VX547B_0    # most rooms contain 1000 views while some contain less. 00009-vLpv2VX547B means house 00009-vLpv2VX547B which is the same as HM3D dataset. _0 means it's the first room of the house
      - 0.png
      - 0_depth.npy
      - 0.json
      - 1.png
      - 1_depth.npy
      - 1.json
      ...
   - 00009-vLpv2VX547B_1
      - 0.png
      - 0_depth.npy
      - 0.json
      - 1.png
      - 1_depth.npy
      - 1.json
      ...
   ... 
   - 00891-cvZr5TUy5C5_9
      - 0.png
      - 0_depth.npy
      - 0.json
      - 1.png
      - 1_depth.npy
      - 1.json
      ...
 data_2  #multi-view images of two-room scenes
   - 00009-vLpv2VX547B_0_1    # most rooms contain 1000 views while some contain less. 00009-vLpv2VX547B means house 00009-vLpv2VX547B which is the same as HM3D dataset. _0 means the first room of the house, _1 means the second rooms of the house. Meaning that this scene consists of two rooms of house 00009-vLpv2VX547B .
      - 0.png
      - 0_depth.npy
      - 0.json
      - 1.png
      - 1_depth.npy
      - 1.json
 data_3   #multi-view images of two-room scenes
   - 00009-vLpv2VX547B_0_1_2    # most rooms contain 1500 views while some contain less. 00009-vLpv2VX547B means house 00009-vLpv2VX547B which is the same as HM3D dataset. _0 means the first room of the house, _1 means the second room of the house, _3 means the third room of the house. Meaning that this scene consists of three rooms of house 00009-vLpv2VX547B .
      - 0.png
      - 0_depth.npy
      - 0.json
      - 1.png
      - 1_depth.npy
      - 1.json
 questions_train.json #questions and answers of training dataset
 questions_val.json
 questions_test.json
 all_concepts.json #all concepts of the dataset
 objects_bboxes_per_room.zip  #object bounding boxes of each room
 room_bboxes_with_wallsrevised_axis.zip  #room bounding boxes of the houses
 single_room_concepts3_after_bboxes_after_replace.zip #Useful concepts of each room

can you please let me know a way to download a sample dataset to understand the dataset format, where original dataset is 250GB? . A sample dataset for one room should be okay for understanding. please help

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

1 participant