Jumpat / SegmentAnythingin3D

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

After running the first Fern scene, running the second scene will result in a segmentation failure. #88

Open wangsz1 opened 6 days ago

wangsz1 commented 6 days ago

Thank you very much for your work and code. When I finish running python run_seg_gui.py --config=configs/llff/seg/seg_fern.py --segment \ --sp_name=_gui --num_prompts=20 --render_opt=train --save_ckpt After this command, I want to run other scenarios, like trex, The command is python run_seg_gui.py --config=configs/llff/trex.py --segment --sp_name=_gui --num_prompts=20 --render_opt=train --save_ckpt, but after opening the interface, I selected the point prompt as the first time, and selected mask for training, but the mask picture he trained was a picture without partition mask, and the terminal displayed "No prompt is available". May I ask why

Jumpat commented 4 days ago

This: --config=configs/llff/trex.py

It should be seg_trex.py also. During segmentation you must switch to the new config for building the mask grids.