Jumpat / SegmentAnythingin3D

Segment Anything in 3D with NeRFs (NeurIPS 2023)
Apache License 2.0
873 stars 54 forks source link

Does it work for the model produced by nerfstudio? #10

Closed XinyueZ closed 10 months ago

Jumpat commented 1 year ago

Currently this code for SA3D only supports the provided nerf model. But in principle SA3D can support different kinds of NeRF.

XinyueZ commented 1 year ago

@Jumpat thank you. Would you mind showing me where the changes could be applied to the other NeRFs? I just want to ensure that the code is implemented effectively.

Zanue commented 1 year ago

Hi, we plan to integrate our SA3D model into nerfstudio in a few weeks. Currently the implementation of SA3D is not plug-in. To be applied to other NeRFs, it mainly needs a new 3D mask grid built over the pretrained NeRF and a new training pipeline to optimize the mask grid. You can compare run.py and run_seg_gui.py to find what changes are made.

XinyueZ commented 1 year ago

@Zanue Thank you for the reply. I would like to know if it is possible to use pre-trained models like nerfacto with SA3D. I have created a model using nerfacto and I want to fine-tune it using SA3D. I am unsure of where to start or if it is currently not possible. Do you have any suggestions? Thank you very much in advance.

Zanue commented 1 year ago

Thank you for your interest in our work! Currently SA3D cannot be directly applied to nerfacto, and we are planning to make nerfstudio support SA3D in a few weeks.

FarahSaeed commented 1 year ago

Hi

Just wanted to know... if it is integrated in nerfstudio by now. Thanks!

Jumpat commented 1 year ago

We have been trying, but it appears to be a hard work🤣. Thanks for your patience.

FarahSaeed commented 1 year ago

Thanks.

XinyueZ commented 1 year ago

But is it possible to let the SA3D support nerfacto in first? Just my opinion.

Jumpat commented 1 year ago

This is exactly what we are working on now!👍

XinyueZ commented 1 year ago

OK, I am really looking forwards to the support of nerfacto.

RonnyVelastegui2018 commented 11 months ago

Hi,

Just wanted to know if it is integrated with nerfstudio already :)

Thanks!

Zanue commented 10 months ago

We have released the nerfstudio-version SA3D in the branch nerfstudio-version. Currently it only supports text prompts as input. Feel free to ask questions!