GithubHelp home page GithubHelp logo

choi's Introduction

Learning Explicit Contact for Implicit Reconstruction of Hand-held Objects from Monocular Images

This repository is the official implementation of Learning Explicit Contact for Implicit Reconstruction of Hand-held Objects from Monocular Images (AAAI 2024).

Requirements

  • Python 3.8
conda create --no-default-packages -n choi python=3.8
conda activate choi
  • PyTorch is tested on version 1.8.0
conda install pytorch==1.8.0 torchvision==0.9.0 cudatoolkit=11.1.1 -c pytorch -c conda-forge
  • Other packages are listed in requirements.txt
pip install -r requirements.txt

Pre-trained Model and Dataset

  • Unzip weights.zip and the pre-trained model is placed in the ./weights/ho3d/checkpoints directory

  • Unzip data.zip and the processed data and corresponding SDF files are placed in the ./data directory

  • Download the HO3D dataset and put it into the ./data/ho3d directory

  • Download the MANO model MANO_RIGHT.pkl and put it into the ./externals/mano directory

Evaluation

  • To evaluate my model on HO3D, run:
python -m models.choi --config-file experiments/ho3d.yaml --ckpt weights/ho3d/checkpoints/ho3d_weight.ckpt
  • The resulting file is generated in the ./output directory

Results

Our method achieves the following performance on the HO3D test set:

Method F@5mm F@10mm Chamfer Distance (mm)
CHOI (Ours) 0.393 0.633 0.646

Citations

If you find our work useful in your research, please consider citing:

@inproceedings{hu2024learning,
  title={Learning Explicit Contact for Implicit Reconstruction of Hand-held Objects from Monocular Images},
  author={Hu, Junxing and Zhang, Hongwen and Chen, Zerui and Li, Mengcheng and Wang, Yunlong and Liu, Yebin and Sun, Zhenan},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  year={2024}
}

Acknowledgments

Part of the code is borrowed from IHOI, Neural Body, and MeshGraphormer. Many thanks for their contributions.

choi's People

Contributors

junxinghu 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.