SkillAgentSearch skills...

ODAM

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

Install / Use

/learn @likojack/ODAM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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/. Also place the scannet_img file to ./data/ScanNet/

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.

Related Skills

View on GitHub
GitHub Stars28
CategoryContent
Updated11mo ago
Forks5

Languages

Python

Security Score

82/100

Audited on May 12, 2025

No findings