Skip to content

ai4ce/CoVISION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Co-VisiON: Co-Visibility ReasONing on Sparse Image Sets of Indoor Scenes

This is the official implementation of

CoVISION

Chao Chen, Nobel Dang, Juexiao Zhang, Wenkai Sun, Pengfei Zheng, Xuhang He, Yimeng Ye, Jiasheng Zhang, Taarun Srinivas and Chen Feng

New York University

teaser

Implementations

Requirements

First, setup the environment by running

git clone https://github.com/ai4ce/CoVISION.git
cd CoVISION
conda create --name covision python=3.9
conda activate covision
pip install -r requirements.txt

Dataset

You can download the Co-VisiON dataset (.tar.gz) from huggingface directly by running:

python hf_download_data.py

This should download both the HM3D and Gibson datasets. Untar all the dataset files and it should give you a structured directory with subdirectories as:

└── CoVISION/
    β”œβ”€β”€ gvgg/                   # gibson dataset
    β”‚   β”œβ”€β”€ temp/
    β”‚   β”‚    β”œβ”€β”€More_vis/       # contains the RGB based best_color*.png files with rel_mats
    β”‚   β”‚    └──batch_idx/
    └── hvgg/                   # HM3D dataset
        └──temp/
            β”œβ”€β”€More_vis/        # contains the RGB based best_color*.png files with rel_mats
            └──batch_idx/

For dataset generation and its code, please refer to our data_generation branch.

Inference

Will be releasing soon.

Training our Covis method

For mvdust3r implementation, please refer to our Covis branch.

About

Co-VisiON: Co-Visibility ReasONing on Sparse Image Sets of Indoor Scenes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages