chungmin99 / garfield

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

Questions about running garfield with own data #2

Closed gemcollector closed 10 months ago

gemcollector commented 10 months ago

Hi, thanks for your excellent work! I wonder if is it possible to give us a data folder example to illustrate how to organize our data to run ns-train garfield --data xxxx , and wether we should pre-process our own data. Very thx for your help!

sp9103 commented 10 months ago

In my case, I used the preprocessing provided by nerfstudio.

https://docs.nerf.studio/quickstart/custom_dataset.html#images-or-video

ns-process-data images --data /your/data/images --output-dir xxxx
chungmin99 commented 10 months ago

Yes +1'ing what @sp9103 said :) Please reopen this issue if any other issue arises!