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
- Python 3.9.5
- Pytorch 1.9.0
- Torchvision 0.10.0
- Install Pytorch and Torchvision
$ conda install pytorch torchvision torchaudio -c pytorch
- Install Requirements
$ pip install -r requirements.txt
$ python start_train_fulldata_param.py --cfg ./configs/experiments/seq_zarr_resnet34_ep50.yaml
$ python start_train_seq_fulldata_non_param.py --cfg ./configs/experiments/seq_zarr_resnet34_ep50.yaml
$ python start_train_seq_fulldata_non_param_ext.py --cfg ./configs/experiments/seq_zarr_resnet34_ep50.yaml