Code Monkey home page Code Monkey logo

immfusion's Introduction

ImmFusion: Robust mmWave-RGB Fusion for 3D Human Body Reconstruction in All Weather Conditions

Project page

https://chen3110.github.io/ImmFusion/index.html

Framework

framework

Install

Our codebase is developed based on MeshGraphormer and MeshTransformer. Please check Install.md to install the relevant dependencies. Please also consider citing them if you use this codebase.

Download

Visit mmBody to download mmBody dataset and place it at ./datasets.

The pre-trained models can be downloaded with the following command.

sh download_models.sh

Visit the following websites to download SMPL and SMPL-X models.

  • Download basicModel_neutral_lbs_10_207_0_v1.0.0.pkl from SMPLify, and place it at ./src/modeling/data.
  • Download SMPLX_NEUTRAL.pkl from SMPL-X, and place it at ./src/modeling/data.

Experiments

Training

We use the following script to train on the mmBody dataset.

python ./run_immfusion.py \
    --output_dir output/immfusion \
    --dataset mmBodyDataset \
    --data_path datasets/mmBody \
    --mesh_type smplx \
    --model AdaptiveFusion \
    --per_gpu_train_batch_size 10 \
    --train

Testing

python ./run_immfusion.py \
    --output_dir output/immfusion \
    --resume_checkpoint output/immfusion/checkpoint \
    --dataset mmBodyDataset \
    --data_path datasets/mmBody \
    --mesh_type smplx \
    --model AdaptiveFusion \
    --test_scene lab1

BibTeX

@inproceedings{chen2023immfusion,
  title={Immfusion: Robust mmwave-rgb fusion for 3d human body reconstruction in all weather conditions},
  author={Chen, Anjun and Wang, Xiangyu and Shi, Kun and Zhu, Shaohao and Fang, Bin and Chen, Yingfeng and Chen, Jiming and Huo, Yuchi and Ye, Qi},
  booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)},
  pages={2752--2758},
  year={2023},
  organization={IEEE}
}

immfusion's People

Contributors

chen3110 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.