Views
No views yet
1# 1) Environment setup
2conda env create -f environment.yaml && conda activate hug
3pip install torch==2.9.1 torchvision==0.24.1 torchaudio==2.9.1 --index-url https://download.pytorch.org/whl/cu128
4pip install torch-cluster -f https://data.pyg.org/whl/torch-2.9.1+cu128.html
5pip install --no-build-isolation git+https://github.com/mattloper/chumpy.git@580566e
6pip install -e ..safetensors) using the huggingface-cli:hf download kevinywu/hug hug_full.safetensors --local-dir checkpoints/1CKPT=checkpoints/hug_full.safetensors
2DATA=data/hug_bench/
3
4# Launch the app: click an object to predict a grasp
5python -m hug.app --checkpoint-path "$CKPT" --dataset-path "$DATA" --save-pred
6
7# Visualize saved predictions
8python -m hug.visualize_predictions --dataset-path "$DATA"1@article{wu2026hug,
2 title={Human Universal Grasping},
3 author={Kevin Yuanbo Wu and Tianxing Zhou and Isaac Tu and Billy Yan and Irmak Guzey and David Fouhey and Dandan Shan and Lerrel Pinto},
4 journal={arXiv preprint arXiv:2606.17054},
5 year={2026}
6}