Open YunWaiHe opened 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
@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)
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.
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.
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 ?