ayushjain1144 / odin

Code for the paper: "ODIN: A Single Model for 2D and 3D Segmentation" (CVPR 2024)
https://odin-seg.github.io
MIT License
125 stars 10 forks source link

ai2thor : may be incorrect file? confused name? #5

Closed eronez closed 5 months ago

eronez commented 5 months ago
  1. Why use scanenet split files for ai2thor? Maybe it's a mistake. https://github.com/ayushjain1144/odin/blob/main/data_preparation/ai2thor/globals_dirs.py

  2. Difference between splits/ai2thor_splits and splits/ai2thor_splits_repr? Which should we use?

  3. There is no two_scene.txt in splits/ai2thor_splits_repr. Is there any special meaning?

ayushjain1144 commented 5 months ago

Thanks for pointing this out!

  1. Yes, its a mistake. Pushed a fix.
  2. ai2thor_splits. I deleted ai2thor_splits_repr
  3. two_scene helps run training and evaluation on same two scenes -- this is useful for running overfitting exps for debugging.

Please let me know if you face any additional issues or something in README is confusing :)