akashsharma02 / ODAM

ODAM: Object Detection, Association, and Mapping using Posed RGB Video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ODAM

Implementation for ODAM: Object Detection, Association, and Mapping using Posed RGB Video

Requirements

  1. install the packages using the following command:

conda env create -f environment.yml

  1. Copy ScanNet data to ./data

  2. Download the pretrained model from here and place them in ./experiments/

Run ODAM

run the full pipeline using the following command at the root dir:

export PYTHONPATH=$PYTHONPATH:$PWD

python src/scripts/run_processor.py --config_path ./configs/detr_scan_net.yaml --no_code --use_prior --out_dir ./result/e2e --representation super_quadric

Note: The comparison to Vid2CAD reported in the paper did not report the best performance of Vid2CAD due to some inconsistencies in the representation. See the updated Vid2CAD for the latest results.

About

ODAM: Object Detection, Association, and Mapping using Posed RGB Video

License:MIT License


Languages

Language:Python 95.3%Language:Cython 3.2%Language:C++ 1.5%