Ahyun Seo, Minsu Cho
[Paper] Β |Β [Project Page]
This is the official PyTorch implementation of
Leveraging 3D Geometric Priors in 2D Rotation Symmetry Detection, accepted at CVPR 2025.
conda create -n rotsymdetr python=3.8.18 pip -y
conda activate rotsymdetr
bash setup.sh
mkdir weights sym_datasetsDirectory structure after setup:
.
βββ sym_datasets
β βββ DENDI
βββ weights
β βββ baseline_3d_best.pth
β βββ prior_3d_best.pth
βββ projects
βββ setup.sh
./tools/dist_test.sh projects/configs/prior_3d.py weights/prior_3d_best.pth $ngpu./tools/dist_train.sh projects/configs/prior_3d.py $ngpu- For the 3D baseline, use
baseline_3d.pyandbaseline_3d_best.pth.
Many thanks to the following project for inspiration and support:
- BEVFormer (ECCV 2022) β GitHub
If you find this work helpful, please consider citing:
@inproceedings{seo2025rotsymdetr,
author = {Seo, Ahyun and Cho, Minsu},
title = {Leveraging 3D Geometric Priors in 2D Rotation Symmetry Detection},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2025}
}