ROMP is a one-stage method for monocular multi-person 3D mesh recovery in real time. | BEV further explores multi-person depth relationships and supports all age groups. |
[Paper] [Video] | [Project Page] [Paper] [Video] [RH Dataset] |
We provide cross-platform API (installed via pip) to run ROMP & BEV on Linux / Windows / Mac.
2022/05/16: simple-romp v1.0 is released to support tracking, calling in python, exporting bvh, and etc.
2022/04/14: Inference code of BEV has been released in simple-romp v0.1.0.
2022/04/10: Adding onnx support, with faster inference speed on CPU/GPU.
Old logs
Please use simple-romp for inference, the rest code is just for training.
pip install --upgrade setuptools numpy cython
pip install --upgrade simple-romp
For more details, please refer to install.md.
It allows you to run the project in the cloud, free of charge. Google Colab demo.
Please refer to this guidance for inference & export (fbx/glb/bvh).
For training, please refer to installation.md for full installation. Please prepare the training datasets following dataset.md, and then refer to train.md for training.
Please refer to evaluation.md for evaluation on benchmarks.
# Build
docker build --rm -t romp .
# Inference
docker run --privileged --rm -it --gpus 0 --ipc=host -p 8888:8888 -v /tmp/.X11-unix:/tmp/.X11-unix -v $(pwd):/workspace/results --device /dev/video0 -e DISPLAY=$DISPLAY romp --mode=webcam
Please refer to bug.md for solutions. Welcome to submit the issues for related bugs. I will solve them as soon as possible.
@InProceedings{BEV,
author = {Sun, Yu and Liu, Wu and Bao, Qian and Fu, Yili and Mei, Tao and Black, Michael J},
title = {Putting People in their Place: Monocular Regression of 3D People in Depth},
booktitle = {CVPR},
year = {2022}}
@InProceedings{ROMP,
author = {Sun, Yu and Bao, Qian and Liu, Wu and Fu, Yili and Michael J., Black and Mei, Tao},
title = {Monocular, One-stage, Regression of Multiple 3D People},
booktitle = {ICCV},
year = {2021}}
We thank all contributors for their help!
This work was supported by the National Key R&D Program of China under Grand No. 2020AAA0103800.
Disclosure: MJB has received research funds from Adobe, Intel, Nvidia, Facebook, and Amazon and has financial interests in Amazon, Datagen Technologies, and Meshcapade GmbH. While he was part-time at Amazon during this project, his research was performed solely at Max Planck.