Missing image folders in the test set

#2
by sanghol - opened

Hi, thank you for releasing this great benchmark!

While using MulSeT, I noticed that some image folders referenced in the test annotations are missing from the uploaded files on HF.

Specifically, out of 8,174 test examples, 85 examples reference non-existent image paths.
For instance, merged_direction_questions.jsonl includes examples pointing to v3_sc0_staging_13/0_1, but this folder is not present in the current dataset uploaded:

{'id': 1641,
 'folder_dir': 'v3_sc0_staging_13/0_1',
 'pair_name': '76-94',
 'query': 'Imagine yourself standing at the viewpoint of the first image, facing towards the sofa. Where is the wall_cabinet in the seconde image located from your perspective?\nChoose the correct option from the list below. Only respond with the corresponding letter.\n\nA. left front\nB. left rear\nC. right front\nD. right rear\n',
 'answer': 'B',
 'src_object': 'sofa',
 'tgt_object': 'wall_cabinet',
 'src_com': [-2.1108832359313965, 0.39470773935317993, 1.4037322998046875],
 'tgt_com': [3.484830379486084, 1.0684746503829956, 4.833295822143555],
 'agent_pos': [1.0463571548461914, 2.619999885559082, 0.8846207857131958],
 'image_1': 'v3_sc0_staging_13/0_1/1_rgb_image.png',
 'image_2': 'v3_sc0_staging_13/0_1/0_rgb_image.png',
 'options': [{'text': 'left front', 'label': 'A'},
  {'text': 'left rear', 'label': 'B'},
  {'text': 'right front', 'label': 'C'},
  {'text': 'right rear', 'label': 'D'}]}

Could you please check if some of the test image folders were accidentally left out and update the dataset if possible?

Hi,

Thank you very much for using our benchmark and for taking the time to file this detailed issue. Your feedback is incredibly valuable to us.

You were absolutely correct in your observation. After investigating, we confirmed that a small number of subfolders within v3_sc0_staging_13 and v3_sc1_staging_19 were indeed missing. This was due to an intermittent network error during the original large-scale upload to the Hugging Face Hub, which resulted in an incomplete transfer.

We have since rectified the issue and uploaded all the missing directories. The dataset should now be complete, and the 85 examples you pointed out, including the one in v3_sc0_staging_13/0_1, are now fully accessible.

We sincerely appreciate your diligence in helping us improve the quality and integrity of the dataset. Please feel free to reach out if you encounter any other issues.

Thanks. There are still missing images:

['v3_sc0_staging_13/0_1/0_rgb_image_mask_98.png',
 'v3_sc0_staging_13/0_1/0_rgb_image_mask_80.png',
 'v3_sc0_staging_13/0_1/1_rgb_image.png',
 'v3_sc0_staging_13/0_1/0_rgb_image.png',
 'v3_sc0_staging_13/0_1/1_rgb_image_mask_80.png',
 'v3_sc0_staging_13/0_1/1_rgb_image_mask_98.png',
 'v3_sc0_staging_13/8_9/9_rgb_image.png',
 'v3_sc0_staging_13/8_9/8_rgb_image_mask_76.png']

Could you double check these images?

My apologies again, and thanks for catching these. The missing images have been uploaded now.

sanghol changed discussion status to closed

Sign up or log in to comment