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

[Feature Request: ] Add script to run ODIN on random RGB/RGB-D images #10

Open YunWaiHe opened 5 months ago

YunWaiHe commented 5 months ago

As the title says, what should I do to show segment result ? For example, do segment on 2d image which at /2dimage/ . Use --eval-only in scripts seems too complex, are there any OOBE ?

ayushjain1144 commented 5 months ago

Hi,

we don't have such a script -- It would be good to add it but i won't be able to do that in near future.

you can follow the predictor.py if you would like to write such a script. and ofcourse, please feel free to open a pull request if you would like to add it to this repo

YunWaiHe commented 5 months ago

@ayushjain1144 In your paper,"Qualitative Results on various 3D and 2D datasets" shows lots of segment results, how do you generate these? Sincerely if you provide predictor.py, this project would be more convincing and popular.q(≧▽≦q)

ayushjain1144 commented 5 months ago

oh those scenes are from the datasets which are supported by the dataloader, and we provide some visualization code (here and here for eg.)

I think you wanted to visualize things on random RGB/RGB-D images - that's what we don't support yet. I totally agree that it would be very useful and I do plan to add it, but things are hectic currently and I might not be able to get to it very soon.

YunWaiHe commented 5 months ago

oh those scenes are from the datasets which are supported by the dataloader, and we provide some visualization code (here and here for eg.)

I think you wanted to visualize things on random RGB/RGB-D images - that's what we don't support yet. I totally agree that it would be very useful and I do plan to add it, but things are hectic currently and I might not be able to get to it very soon.

Thank you and look forword to impletement.