Views
No views yet

1# Clone the repository
2git clone https://github.com/t-s-liang/SDPose-OOD.git
3cd SDPose-OOD
4
5# Install dependencies
6pip install -r requirements.txt
7# Download YOLO11-x for human detection
8wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11x.pt -P models/
9
10# Launch Gradio interface
11cd gradio_app
12bash launch_gradio.sh1@misc{liang2025sdposeexploitingdiffusionpriors,
2 title={SDPose: Exploiting Diffusion Priors for Out-of-Domain and Robust Pose Estimation},
3 author={Shuang Liang and Jing He and Chuanmeizhi Wang and Lejun Liao and Guo Zhang and Yingcong Chen and Yuan Yuan},
4 year={2025},
5 eprint={2509.24980},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2509.24980},
9}