All Projects → albertpumarola → 3dpeople Dataset

albertpumarola / 3dpeople Dataset

Visualize 3DPeople Dataset

Projects that are alternatives of or similar to 3dpeople Dataset

Ismir2018 tutorial
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Url Classification
Machine learning to classify Malicious (Spam)/Benign URL's
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Rp extract
Rhythm Pattern music feature extractor by IFS @ TU-Vienna
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Deeplearningbookcode Volume2
Python/Jupyter notebooks for Volume 2 of "Deep Learning - From Basics to Practice" by Andrew Glassner
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Transferlearningtutorial
Applying transfer learning to a custom dataset by retraining Inception's final layer
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Porousmediagan
Reconstruction of three-dimensional porous media using generative adversarial neural networks
Stars: ✭ 94 (-2.08%)
Mutual labels:  jupyter-notebook
Waveflow
A PyTorch implementation of "WaveFlow: A Compact Flow-based Model for Raw Audio"
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Bnt162b2
Markdown version of Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine
Stars: ✭ 96 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Tf
Converting a pretrained pytorch model to tensorflow
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Openmiir
a public domain dataset of EEG recordings for music imagery information retrieval
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Deep Learning Coursera
Deep Learning Specialization by Andrew Ng on Coursera.
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Algorithmsanddatastructuresinaction
Advanced Data Structures Implementation
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Codekatas
Keep your skills sharp by implementing basic algorithms and data structures
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Spatial graph convnets
PyTorch implementation of residual gated graph ConvNets, ICLR’18
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Experiments
Some research experiments
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Py Thin Plate Spline
Code for computing interpolating / approximating thin plate splines.
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Online Recurrent Extreme Learning Machine
Online-Recurrent-Extreme-Learning-Machine (OR-ELM) for time-series prediction, implemented in python
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Covid Mobility
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Breze
Breze with all the stuff.
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook
Qiita contents
This is a repository for submitted contents of Qiita.
Stars: ✭ 95 (-1.04%)
Mutual labels:  jupyter-notebook

3DPeople-Dataset

[Project] [Paper] [Dataset]

First dataset of dressed humans with specific geometry representation for the clothes. It contains ~2 Million images with 40 male/40 female performing 70 actions. Every subject-action sequence is captured from 4 camera views and annotated with: RGB, 3D skeleton, body part and cloth segmentation masks, depth map, optical flow, and camera parameters.

We can NOT share the 3D meshes nor raw files of the models for copyright reasons. The actions used are from the CMU MoCap database.

GANimation

Train/Test Splits:

  • Train: woman01-woman33 man01-man33
  • Test: woman34-woman40 man34-man40

Visualize data:

Download jupyter notebook. You can use the sample dataset. Full dataset can be download in the dataset website.

conda create -n 3dpeople
source activate 3dpeople
conda install matplotlib opencv pillow scipy
conda install -c conda-forge ipywidgets=7.2.1
conda install -c plotly chart-studio
jupyter nbextension enable --py widgetsnbextension
jupyter notebook vis_dataset.ipynb 

Inside notebook select the sequence to visualize: "seq_name=..." in first cell

Contact:

[email protected]

If you use this data cite:

@inproceedings{pumarola20193dpeople,
    title={{3DPeople: Modeling the Geometry of Dressed Humans}},
    author={Pumarola, Albert and Sanchez, Jordi and Choi, Gary and Sanfeliu, Alberto and Moreno-Noguer, Francesc},
    booktitle={International Conference in Computer Vision (ICCV)},
    year={2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].