Skip to content

Repository for my Bachelor Thesis on Human Mesh Recovery

Notifications You must be signed in to change notification settings

ClaraGrthns/BA_HMR

Repository files navigation

Predicting 3D-Human Meshes from RGB images - a parametric and non parametric approach

Codebase of my Bachelor Thesis Project of "Predicting 3D-Human Meshes from RGB images - a parametric and non parametric approach". Supervisor: Prof. Andreas Schilling, University of Tübingen, Visual Computation

Requirements

  • Python 3.9.5
  • Pytorch 1.9.0
  • Torchvision 0.10.0

Installation (using conda)

  1. Install Pytorch and Torchvision
$ conda install pytorch torchvision torchaudio -c pytorch
  1. Install Requirements
$ pip install -r requirements.txt

Start Training:

Model 1: Parametric Model

Alt text

$ python start_train_fulldata_param.py --cfg ./configs/experiments/seq_zarr_resnet34_ep50.yaml

Model 2.1: Non-Parametric Model

Alt text

$ python start_train_seq_fulldata_non_param.py --cfg ./configs/experiments/seq_zarr_resnet34_ep50.yaml

Model 2.1: Non-Parametric Model, extended

Alt text

$ python start_train_seq_fulldata_non_param_ext.py --cfg ./configs/experiments/seq_zarr_resnet34_ep50.yaml

About

Repository for my Bachelor Thesis on Human Mesh Recovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published