Thanks to visit codestin.com
Credit goes to github.com

Skip to content

6cyc6/MIMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Feature Implicit Model (MIMO)

Setup

Clone this repo

git clone https://github.com/6cyc6/MIMO.git
cd MIMO

Create a new virtual environment (e.g. anaconda environment)

conda create -n mimo python=3.8
conda activate mimo

Install dependencies

pip install numpy cython  # required for building the project
conda install pytorch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -e .

(If you meet problem while installing PyMCubes, try pip install PyMCubes==0.1.4.)


Training Data Generation

@todo


Run Evaluation

See here.


Citing

@article{cai2024mimo,
  title={Visual Imitation Learning of Task-Oriented Object Grasping and Rearrangement},
  author={Cai, Yichen and Gao, Jianfeng and Pohl, Christoph and Asfour, Tamim},
  journal={arXiv preprint arXiv:2403.14000},
  year={2024}
}

Acknowledgements


This code was built upon Occupancy Networks, Neural Descriptor Field (NDF), Neural Interaction Field and Template and Relational NDF. Please also check their repos for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published