Shiladitya Biswas
Shiladitya Biswas
Has this been Solved??? I am facing the same issue.
Just use the IOU based Associator: from quadricslam.data_associator.quadric_iou_associator import QuadricIouAssociator
Donot use the environment.yaml file to prepare the conda environment directly. Follow this process step by step: - Install NVIDIA GPU Drivers: (see website and download run file and run...
What is the error that you are getting. Here is the command to install simple-knn (run from the MonoGS directory `pip install submodules/simple-knn`
didi you check `nvcc --version` inside your Conda environment?
 install cuda 12.1 and its corresponding tool kit. then use the command in above image to install the correct pytorch version. or install the correct pytorch version for cuda...
> When I check the NVIDIA GPU drivers using `nvidia-smi` command, my Nvidia Cuda version is` NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2`, but we still try to install...
The geometric depth is here i think: https://github.com/muskie82/MonoGS/blob/main/utils/slam_utils.py#L74
from quadricslam.data_associator.quadric_iou_associator import QuadricIouAssociator use this