Home

Awesome

DeepMultiCap: Performance Capture of Multiple Characters Using Sparse Multiview Cameras (ICCV 2021)

Yang Zheng*, Ruizhi Shao*, Yuxiang Zhang, Tao Yu, Zerong Zheng, Qionghai Dai, Yebin Liu.

report

This repository contains the official pytorch implementation of ”DeepMultiCap: Performance Capture of Multiple Characters Using Sparse Multiview Cameras“.

Teaser Image

News

Requirements

Pretrained Model

We have provided pretrained model in One Drive

Training

To train DeepMultiCap model, please run the following code.

sh render_dataset.sh
sh train.sh

Demo

Run the following code to inference on the MultiHuman dataset.

sh render_two.sh
sh demo.sh

Citation

@inproceedings{zheng2021deepmulticap,
title={DeepMultiCap: Performance Capture of Multiple Characters Using Sparse Multiview Cameras},
author={Zheng, Yang and Shao, Ruizhi and Zhang, Yuxiang and Yu, Tao and Zheng, Zerong and Dai, Qionghai and Liu, Yebin},
booktitle={IEEE Conference on Computer Vision (ICCV 2021)},
year={2021},
}