From 19c8756498aee13f51f5de1e3cb73d0d731a9e08 Mon Sep 17 00:00:00 2001 From: twang Date: Tue, 9 Nov 2021 11:42:03 +0800 Subject: [PATCH] public release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16e1838..3997700 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is the official implementation of our NeurIPS-2021 work: Multi-view Pose Transformer (MvP). **MvP is a simple algorithm that directly regresses multi-person 3D human pose from multi-view images.** ## Framework -![mvp_framework](https://github.com/sail-sg/mvp/blob/master/figures/mvp_framework.png) +![mvp_framework](https://github.com/sail-sg/mvp/blob/main/figures/mvp_framework.png) ## Example Result -![mvp_framework](https://github.com/sail-sg/mvp/blob/master/figures/example_qualitative_result.png) +![mvp_framework](https://github.com/sail-sg/mvp/blob/main/figures/example_qualitative_result.png) ## Reference ```