human-pose-estimation
pose-estimation
probabilistic
computer-vision
purkrmir commited on
Commit
9beeb6e
·
verified ·
1 Parent(s): 724de06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -55,3 +55,22 @@ ProbPose introduces a probabilistic framework for human pose estimation, focusin
55
  | CropCOCO | 81.7 | 73.9 |
56
  | OCHuman | 60.4 | 60.2 |
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  | CropCOCO | 81.7 | 73.9 |
56
  | OCHuman | 60.4 | 60.2 |
57
 
58
+ ## 📄 Citation
59
+
60
+ If you use ProbPose in your research, please cite:
61
+
62
+ ```bibtex
63
+ @inproceedings{probpose2025,
64
+ title={{ProbPose: A Probabilistic Approach to 2D Human Pose Estimation}},
65
+ author={Miroslav Purkrabek and Jiri Matas},
66
+ year={2025},
67
+ booktitle={Computer Vision and Pattern Recognition (CVPR)},
68
+ }
69
+ ```
70
+
71
+ ## 🧑‍💻 Authors
72
+
73
+ - Miroslav Purkrabek ([personal website](https://github.com/MiraPurkrabek))
74
+ - Jiri Matas ([personal website](https://cmp.felk.cvut.cz/~matas/))
75
+
76
+