git clone https://github.com/fudan-zvg/IRGS.git#This step is same as 2DGS/3DGS#Please be aware that the submodules/diff-surfel-rasterization is slightly different from the original version in 2DGS.conda env cre
git clone https://github.com/fudan-zvg/tet-splatting.git --recursive conda create -n tetsplatting python=3.9 conda activate tetsplatting # install pytorch (e.g. cuda 11.7) pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 # install other denpendencies pip install -r requi...
Automated dense category annotation engine that serves as the initial semantic labeling for the Segment Anything dataset (SA-1B). - GitHub - fudan-zvg/Semantic-Segment-Anything: Automated dense category annotation engine that serves as the initial seman
git clone https://github.com/fudan-zvg/gaussian-raytracing.git --recursive # This step is same as 3DGS conda env create --file environment.yml conda activate gaussian_raytracing # Install 3DGS's rasterizer pip install submodules/diff-gaussian-rasterization # Install 3DGS's simple-knn pip in...
Automated dense category annotation engine that serves as the initial semantic labeling for the Segment Anything dataset (SA-1B). - fudan-zvg/Semantic-Segment-Anything
fudan-zvg/GSSPublic NotificationsYou must be signed in to change notification settings Fork14 Star215 gss 2Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit Jiaqi-Chen-00 Update README.md Sep 3, 2023 ...
conda create -n open-mmlab python=3.7 -y conda activate open-mmlab conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorchsetPATH=full\path\to\your\cpp\compiler;%PATH% pip install mmcv git clone https://github.com/fudan-zvg/SETR.gitcdSETR pip install -e.#or "python setup....
[AAAI 2023] PolarFormer: Multi-camera 3D Object Detection with Polar Transformers - fudan-zvg/PolarFormer
git clone https://github.com/fudan-zvg/Rodyn-SLAM.gitcdRodyn-SLAM Install the environment #Create conda environmentconda create -n rodynslam python=3.7 conda activate rodynslam#Install the pytorch first (Please check the cuda version)pip install torch==1.10.1+cu113 torchvision==0.11.2+cu113...
wget https://hf-mirror.com/hfd/hfd.sh chmod a+x hfd.sh export HF_ENDPOINT=https://hf-mirror.com ./hfd.sh jasonzhango/SPAR-7M --dataset ./hfd.sh jasonzhango/SPAR-7M-RGBD --dataset The dataset directory structure is: spar/ ├── rxr/ ├── scannet/ │ ├── images/ │ |...