Views
No views yet
vifailback_infer.py script provided in the official GitHub repository:1python vifailback_infer.py \
2 --model_path sii-rhos-ai/ViFailback-8B \
3 --json_path ./examples/example_vifailback_infer.json \
4 --dataset_root /path/to/ViFailback-Dataset \
5 --output_dir ./inference_visualizations1@inproceedings{zeng2026diagnose,
2 title={Diagnose, correct, and learn from manipulation failures via visual symbols},
3 author={Zeng, Xianchao and Zhou, Xinyu and Li, Youcheng and Shi, Jiayou and Li, Tianle and Chen, Liangming and Ren, Lei and Li, Yong-Lu},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
5 pages={42386--42395},
6 year={2026}
7}