Jiazhong Cen
Jiazhong Cen
> hello, I would like to ask which NeRF article is based on ? The main branch of SA3D is based on TensoRF. NerfStudio branch is based on Nerfecto. SA3D-GS...
Hello, it is possible to segment your own data with SA3D. You may try to process your data with colmap to estimate the camera parameters and store the processed data...
Yes, the images_xs are not necessary, except that your images are too large. You do need the config file for training on your own data. If your images are forward-facing...
你好,这类错误一般是nvcc版本不匹配,GCC(g++)版本不匹配,torch和CUDA版本不匹配等原因造成的。段错误这类报错可能出现的原因非常多,可能需要更多信息来debug
Hello! Thanks for your interest! The test code is not compatible with this GUI version currently. We will try to modify the code and provide it recently.
Hello, do you mean the SAGA? Or SA3D-GS? What do you want to get? The 2D rendered mask or the segmented target (with background removed)?
The 3d mask is stored as confidence score in the seg_point_cloud.ply, each point in this point cloud has a mask attribute. In SAGA we use different realization, where we store...
Yeah, but the 3D-GS version of our code is independent of nerfstudio. It is implemented based on the original 3D-GS
Hi, uninstall torch and try this. pip install torch==1.12.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
> I am also having troubles with this; I get the same error. I entered the command you commented, and I get the following error: > ERROR: Could not find...