Skip to content

Archaic-Atom/RSIEB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

conda create -n iebins python=3.8
conda activate iebins
conda install pytorch=1.10.0 torchvision cudatoolkit=11.1
pip install matplotlib, tqdm, tensorboardX, timm, mmcv, open3d

Training

Training the whu_omvs model:

python iebins/whu_train.py uav_configs/arguments_train_whu.txt

Training the whu_mvs model:

python iebins/whu_mvs_train.py uav_configs/arguments_train_whu.txt

Evaluation

Evaluate the whu_omvs model:

python iebins/whu_eval.py uav_configs/arguments_eval_whu.txt

Evaluate the whu_mvs model on the SUN RGB-D dataset:

python iebins/whu_mvs_eval.py uav_configs/arguments_eval_whu_mvs.txt

To generate whu_omvs picture:

python iebins_kittiofficial/test.py uav_configs/arguments_test_whu.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published