8000 GitHub - jishnujayakumar/mickey: [CVPR 2024 - Oral] Matching 2D Images in 3D: Metric Relative Pose from Metric Correspondences
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jishnujayakumar/mickey

 
 

Repository files navigation

Setup

export CUDA_HOME=/usr/local/cuda-12.6/ # use yours
conda env create -f resources/environment.yml
conda activate mickey

Download ckpts

wget https://storage.googleapis.com/niantic-lon-static/research/mickey/assets/mickey_weights.zip
unzip mickey_weights.zip -d weights
rm mickey_weights.zip

Test

python demo_inference.py  --im_path_ref ./data/hrt1/realworld_chair2/rgb/000000.jpg \
                          --im_path_dst ./data/hrt1/realworld_chair2/rgb/000001.jpg \
                          --intrinsics ./data/hrt1/realworld_chair2/cam_K.mickey.txt \
                          --checkpoint ./weights/mickey_weights/mickey.ckpt \
                          --config ./weights/mickey_weights/config.yaml

About

[CVPR 2024 - Oral] Matching 2D Images in 3D: Metric Relative Pose from Metric Correspondences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0