chungmin99 / garfield

[CVPR'24] Group Anything with Radiance Fields
https://www.garfield.studio/
MIT License
390 stars 31 forks source link

Question about demonstration #3

Closed sp9103 closed 10 months ago

sp9103 commented 10 months ago

Hi, Thank you for sharing your amazing project :)

  1. Can I check the training results using the viewer after training is finished? If I finish training and quit nerf-studio, is there a way to return to the last state of training?
  2. It looks like mesh extraction was performed in the asset extraction of the project page. How can I extract the mesh?
chungmin99 commented 10 months ago

Can I check the training results using the viewer after training is finished? If I finish training and quit nerf-studio, is there a way to return to the last state of training?

You can use ns-viewer to view your previous runs, as long as you have your previous config files + checkpoints! This is also the path you use for training garfield-gauss.

It looks like mesh extraction was performed in the asset extraction of the project page. How can I extract the mesh?

I believe you should be able to use garfield-gauss -- crop the object you want, then export it? I'm currently not sure if splatfacto supports mesh extraction. Let me know if you run into any issues.

sp9103 commented 10 months ago

Thank you for your fast response. I will check it, and if there are no issues, I'll close this issue.