After running the first Fern scene, running the second scene will result in a segmentation failure.
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
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.