This repository contains the code and data of our paper: "Uncertainty-Aware Semi-Supervised Semantic Key Point Detection via Bundle Adjustment" submitted to IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2024.
https://rse-lab.cs.washington.edu/projects/posecnn/
For the real-world drone data used in the paper, you can download from:
https://pan.baidu.com/s/1KyvN9--4radHq7ZZAiqnig?pwd=128y
password: 128y
We currently provide code for data preprocessing.
conda env create -f environment.yaml
conda activate semi-super-skp
- Change 'img_dir' in config_kpts.py to your custom path.
- Run
python utils/generate_ycb_labels.py
python utils/generate_drone_labels.py
Code for this part will be released later.
This project is licensed under the MIT License.
If you have any questions, please contact likai [at] westlake [dot] edu [dot] cn