You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*(This testing video is from the 3DPW testset, and processed frame by frame without temporal smoothing.)*
4
6
5
-
This repo contains the CLIFF demo code,
7
+
## Introduction
8
+
This repo contains the demo code,
6
9
and the pseudo-GT SMPL parameters used in the training for the paper:
7
10
8
-
**CLIFF: Carrying Location Information in Full Frames into Human Pose and Shape Estimation**
11
+
**CLIFF: Carrying Location Information in Full Frames into Human Pose and Shape Estimation**.
9
12
10
13
## Installation
11
14
```bash
12
15
conda create -n cliff python=3.10
13
16
pip install -r requirements.txt
14
17
```
15
18
16
-
1. Download [the SMPL models](https://smpl.is.tue.mpg.de/) for rendering the reconstructed meshes
17
-
2. Download [pytorch-yolo-v3](https://github.com/ayooshkathuria/pytorch-yolo-v3), unzip it under the `lib` directory, and change the folder name to **"pytorch_yolo_v3_master"**
18
-
2. Download the pretrained checkpoints and some testing samples to run the demo [[Google Drive]()]
19
-
3. Download the CLIFF pseudo-GT for the in-the-wild datasets [[Google Drive]()]
19
+
1. Download [the SMPL models](https://smpl.is.tue.mpg.de) for rendering the reconstructed meshes
Please note we provide an open source software notice for the third party open source software along with this software and/or this software component contributed by Huawei (in the following just “this SOFTWARE”). The open source software licenses are granted by the respective right holders.
2
+
3
+
Warranty Disclaimer
4
+
THE OPEN SOURCE SOFTWARE IN THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
5
+
6
+
Copyright Notice and License Texts
7
+
Software: SPIN (https://github.com/nkolot/SPIN)
8
+
Copyright notice:
9
+
Copyright (c) 2019,
10
+
University of Pennsylvania,
11
+
Max Planck Institute for Intelligent Systems
12
+
All rights reserved.
13
+
14
+
Redistribution and use in source and binary forms, with or without
15
+
modification, are permitted provided that the following conditions are
16
+
met:
17
+
18
+
1. Redistributions of source code must retain the above copyright
19
+
notice, this list of conditions and the following disclaimer.
20
+
21
+
2. Redistributions in binary form must reproduce the above
22
+
copyright notice, this list of conditions and the following
23
+
disclaimer in the documentation and/or other materials provided
24
+
with the distribution.
25
+
26
+
3. The names of the contributors may not be used to endorse or
27
+
promote products derived from this software without specific
28
+
prior written permission.
29
+
30
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments