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...
git clone https://github.com/fudan-zvg/Rodyn-SLAM.git cd Rodyn-SLAMInstall the environment# Create conda environment conda 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....
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....
An OptiX-based differentiable 3D Gaussian Ray Tracer, inspired by the work 3D Gaussian Ray Tracing: Fast Tracing of Particle Scenes. See gaussian-raytracing for 3D reconstruction. Install # clone the repo git clone https://github.com/fudan-zvg/gtracer.git cd gtracer # use cmake to build ...
If you find this work useful for your research, please cite our github repo: @misc{chen2023semantic,title={Semantic Segment Anything},author={Chen, Jiaqi and Yang, Zeyu and Zhang, Li},howpublished={\url{https://github.com/fudan-zvg/Semantic-Segment-Anything}},year={2023}}...
We present Generative Semantic Segmentation (GSS), a generative framework for semantic segmentation. Unlike previous methods addressing a per-pixel classification problem, we cast semantic segmentation into an image-conditioned mask generation problem. This is achieved by replacing the conventional per-...
Merge branch 'main' of github.com:fudan-zvg/DeMo into main Zbozhoupushed 3 commits to main • 7980b45…f669b0b • on Oct 1 Update README.md Zbozhoupushed 1 commit to main • 0442a4f…7980b45 • on Oct 1 Initial commit Zbozhoucreated master • 9528d09 • on Oct 1 ...
A comprehensive driving simulation system based on neural reconstruction. - Check it out 👉🏻 [branch s-nerf++](https://github.com/fudan-zvg/S-NeRF/tree/s-nerf%2B%2B) ## ✨ Key Features 0 comments on commit cf7a1b3 Please sign in to comment. ...
[ICLR 2023 & IJCV 2025] SeaFormer: Squeeze-enhanced Axial Transformer - fudan-zvg/SeaFormer
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....