Views
No views yet

git pull.conda create -n anytouch2 python=3.9
conda activate anytouch2pip install torch==2.4.0 torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cu124git clone https://github.com/GeWu-Lab/AnyTouch2.git
cd AnyTouch2
pip install -r requirements.txtcheckpoints/ (Complete the form to get access first)huggingface-cli download --repo-type model xxuan01/AnyTouch2-Model --local-dir checkpoints| TAG | Cloth | Slip / Delta Force (Sparsh) | Force (Sparsh) | Force (ToucHD) | ||
|---|---|---|---|---|---|---|
| num_frames | stride | Acc ↑ | Acc ↑ | F1 Score ↑ / RMSE ↓ | RMSE ↓ | RMSE ↓ |
| 4 | 2 | 76.97 | 42.31 | 86.66 / 87.80 (DG) 97.96 / 80.83 (Mini) | 624.26 (DG) 202.14 (Mini) | 894.32 (DG) 1051.03 (Mini) |
| 2 | 6 | 74.15 | 40.76 | 86.60 / 83.15 (DG) 97.85 / 89.21 (Mini) | 643.91 (DG) 208.41 (Mini) | 1076.33 (DG) 1311.27 (Mini) |
quick_start.sh (Coming Soon)bash scripts/quick_start.shdatasets/### Download ToucHD (Force). Please complete the form to get access first.
huggingface-cli download --repo-type dataset xxuan01/BAAI/ToucHD-Force --local-dir datasets1cd datasets/ToucHD-Force
2for f in *.zip; do
3 unzip "$f" -d "${f%.zip}"
4donebash scripts/run_probe_tag.sh
bash scripts/run_probe_cloth.sh
bash scripts/run_probe_touchd.shdatasets/huggingface-cli download --repo-type dataset facebook/gelsight-force-estimation --local-dir datasets
huggingface-cli download --repo-type dataset facebook/digit-force-estimation --local-dir datasets
huggingface-cli download --repo-type dataset facebook/digit-pose-estimation --local-dir datasetsbash sparsh/run_task.sh@inproceedings{fenganytouch2,
title={AnyTouch 2: General Optical Tactile Representation Learning For Dynamic Tactile Perception},
author={Feng, Ruoxuan and Zhou, Yuxuan and Mei, Siyu and Zhou, Dongzhan and Wang, Pengwei and Cui, Shaowei and Fang, Bin and Yao, Guocai and Hu, Di},
booktitle={The Fourteenth International Conference on Learning Representations}
}