From 6174960c4c51795b681eb6c13ac9c52078af0da5 Mon Sep 17 00:00:00 2001 From: Qi Fang Date: Tue, 22 Jun 2021 14:22:05 +0800 Subject: [PATCH] fix link error --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f59a0d9..7aba380 100644 --- a/Readme.md +++ b/Readme.md @@ -82,7 +82,7 @@ This is the basic code for fitting SMPL[1]/SMPL+H[2]/SMPL-X[3]/MANO[2] model to - [Camera calibration](apps/calibration/Readme.md): a simple calibration tool based on OpenCV - [Pose guided synchronization](./doc/todo.md) (comming soon) -- [Annotator](apps/calibration/Readme.md): a simple GUI annotator based on OpenCV +- [Annotator](apps/annotation/Readme.md): a simple GUI annotator based on OpenCV - [Exporting of multiple data formats(bvh, asf/amc, ...)](./doc/02_output.md) - [Real-time visualization](./doc/realtime_visualization.md)