SegmentAnythingin3D icon indicating copy to clipboard operation
SegmentAnythingin3D copied to clipboard

Segment Anything in 3D with NeRFs (NeurIPS 2023)

Results 38 SegmentAnythingin3D issues
Sort by recently updated
recently updated
newest added

尊敬的作者您好,今天完成环境的配置后,在编译程序时遇到一个问题,就是无法识别sam_model_registry,阅读程序发现是从mobile_sam中导入的: ![image](https://github.com/Jumpat/SegmentAnythingin3D/assets/145326984/58aee9ae-0d67-41aa-8b43-a28dab429cdf) 但是这段话,如果args.mobile_sam=0,那不就不导入这个类,从而引发else部分的语法错误?本人初学,真心希望能得到您的答复,感激不尽!

我有一个问题, 在获得初始2D mask时,首先选择一个初始视角来获得目标的mask,进而映射到3D空间。 加入我想要分割的目标在这个初始视角被遮挡了,那我是不是就不能分割出这个感兴趣目标了?

Which code is the 3DGS version of SA3D? This code? https://github.com/Jumpat/SegmentAnythingin3D/tree/nerfstudio-version I am not sure.

Thanks for the great work! I am planing to reproduce your segment_result of SA_GS, however, It seems that you store the 3D mask as the seg_point_cloud.ply document, and your render.py...

本人之前跑代码由于CUDA版本不匹配,把服务器原来的CUDA卸载了重装了一个,目前nvcc -V与print(torch.__version__)都没问题,但运行程序时缺出现“段错误 (核心已转储)”(CUDA没删之前不会有这个问题),请问如何解决。 为了测试,我在同一个文件夹下建立了一个简单的脚本,可以运行,就是run.py和run_seg_gui.py运行不了 ![image](https://github.com/Jumpat/SegmentAnythingin3D/assets/145326984/62a24e32-9c0e-4171-a714-0ec430397081)

When I run the following commond : Python run.py --config=configs/llff/kitchen.py --stop_at=20000 --render_video --i_weights=10000 I get this error : File "G:\SegmentAnythingin3D-master\lib\grid.py", line 171, in __init__ self.xy_plane = nn.Parameter(torch.randn([1, Rxy, X, Y])...

您好,我在使用您的代码进行训练时候,是能够训练,但我将sam_vit模型换成别的sam模型之后,在dash不能够选择点,但我已经将对应的segment anything文件夹也进行更换并重新进行编译了,我查看代码的时候,点的选择似乎与sam模型是无关的,请问这是什么原因呢? 我查看终端,出现的报错是没mask的生成问题,我想主要问题还是在点的选择? ![image](https://github.com/Jumpat/SegmentAnythingin3D/assets/66231736/8417b6da-0900-41e2-a9d1-f7e571f40acd)

When attempting to download, and running the following line: "cd GroundingDINO/; pip install -e ." I get this corresponding error: RuntimeError: The detected CUDA version (11.7) mismatches the version that...

您好,不好意思又叨扰您了! 当我要按照readme执行run SA3D in GUI的代码时,提示我FileNotFoundError: [Errno 2] No such file or directory: './logs/llff\\fern\\coarse_segmentationgui.tar'。 2024-03-28 08:52:06,483 - INFO - Dash is running on http://127.0.0.1:8050/ * Serving Flask app 'lib.gui' * Debug...

Hi, Thank you for releasing the code. I am getting the below error. Kindly help.