From 7a3998077ce484630d357ab92eb6022c32148509 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 21 Oct 2022 11:01:29 +0200 Subject: [PATCH] add: arxiv links --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3875531..e0039b4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the official implementation of the paper "Multi-hypothesis 3D human pose

Pipeline for Human Pose Estimation with Conditional Graph Normalizing Flows (cGNFs)

-> [**Multi-hypothesis 3D human pose estimation metrics favor miscalibrated distributions**](),\ +> [**Multi-hypothesis 3D human pose estimation metrics favor miscalibrated distributions**](https://arxiv.org/abs/2210.11179), \ > Pierzchlewicz, P. A., Cotton, R. J., Bashiri, M. & Sinz, F. H. ### Model Source Code @@ -127,10 +127,11 @@ If you use our work in your research, please cite our paper: @article{ pierzchlewicz2022, title = {Multi-hypothesis 3D human pose estimation metrics favor miscalibrated distributions}, - author = {Pierzchlewicz, Paweł A., Cotton, James, Bashiri, Mohammad, Sinz, Fabian}, + author = {Pierzchlewicz, Pawe{\l} A., Cotton, R. James, Bashiri, Mohammad, Sinz, Fabian H.}, journal = {arXiv}, year = {2022}, - url = {} + month = {oct}, + url = {https://arxiv.org/abs/2210.11179} } ```