CVPR 2024
Xiao Chen
Quanyi Li
Tai Wang
Tianfan Xue
Jiangmiao Pang
Shanghai AI Laboratory The Chinese University of Hong Kong
We test our codes under the following environment:
- Ubuntu 20.04
- NVIDIA Driver: 545.29.02
- CUDA 11.3
- Python 3.8.12
- PyTorch 1.11.0+cu113
- PyTorch3D 0.7.5
- Clone this repository.
git clone https://github.com/zjwzcx/GenNBV
cd GenNBV
- Create an environment and install PyTorch.
conda create -n gennbv python=3.8 -y # pytorch3d needs python>3.7
conda activate gennbv
# Install PyTorch, for example, install PyTorch 1.11.0 for CUDA 11.3
# For more information, please refer to https://pytorch.org/get-started/locally/
conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
- Install GenNBV.
# TODO
Please refer to the guide for downloading and organization.
If you find our work helpful, please cite:
@inproceedings{chen2024gennbv,
title={GenNBV: Generalizable Next-Best-View Policy for Active 3D Reconstruction},
author={Chen, Xiao and Li, Quanyi and Wang, Tai and Xue, Tianfan and Pang, Jiangmiao},
year={2024}
booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
}
This work is under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.