chungmin99 / garfield

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

About the local usage of garfield #17

Closed MADONOKOUKI closed 5 months ago

MADONOKOUKI commented 9 months ago

Hi, I want to use garfield locally without using NeRF studio.

It aimed at obtaining the final segmentation result local (like assume to use on server).

Can we do this by this code?

chungmin99 commented 9 months ago

This codebase requires nerfstudio to be installed -- it heavily relies on this framework for all the training/rendering.

It follows the guidelines from https://docs.nerf.studio/developer_guides/new_methods.html.