omniobject3d / OmniObject3D

[ CVPR 2023 Award Candidate ] OmniObject3D: Large-Vocabulary 3D Object Dataset for Realistic Perception, Reconstruction and Generation
432 stars 10 forks source link

Classification Results on OmniObject3D from ModelNet40-trained Models #37

Open jingema99 opened 3 months ago

jingema99 commented 3 months ago

Thank you for your great work. I have two quick questions about the evaluation results in Table 2 of the OmniObject3D paper:

  1. I noticed that ModelNet40 and OmniObject3D share a number of classes, possibly around a dozen. Does the data presented in Table 2 exclusively pertain to the performance on these shared classes?
  2. When evaluating the ModelNet40-trained models on OmniObject3D, was the testing data limited to the test split of OmniObject3D?
wutong16 commented 3 months ago

Hi,

  1. The results in Table 2 is only based on the shared categories between OmniObject3D and ModelNet40. Please find the category mapping here.
  2. When evaluating the pretrained models on ModelNet40, all the data in OmniObject3D under the shared categories are used as test set since there is no training set for this specific setting.
tangsankou commented 1 month ago

Hi,

  1. The results in Table 2 is only based on the shared categories between OmniObject3D and ModelNet40. Please find the category mapping here.
  2. When evaluating the pretrained models on ModelNet40, all the data in OmniObject3D under the shared categories are used as test set since there is no training set for this specific setting.

I downloaded the dataset from the link https://opendatalab.com/OpenXDLab/OmniObject3D-New/tree/main/raw/point_clouds/hdf5_files/1024, but I didn't find any data for the 'desk' category, and there are only 24 objects for the 'table' category. Could you please check these? Thank you for your assistance.