osoker
Results
1
issues of
osoker
花了几天时间,终于所有的流程都走通了,但执行python saga_gui.py --model_path output\106aa47b-c打开GUI以后,即使选择了“Click mode”或“Multi-click mode”,鼠标右键点击都毫无效果,所以还是无法切割出来一个独立的3DGS物品,指令序列的执行如下: python train_scene.py -s data python extract_segment_everything_masks.py --image_root data --sam_checkpoint_path ./third_party\segment-anything\sam_ckpt\sam_vit_h_4b8939.pth --downsample 8 python get_clip_features.py --image_root data python train_contrastive_feature.py -m output\106aa47b-c --iterations 10000 --num_sampled_rays 300...