act-plus-plus icon indicating copy to clipboard operation
act-plus-plus copied to clipboard

Train ACT with aloha_mobile_wipe_wine dataset. Error: No module named 'aloha_scripts'

Open hfasi opened this issue 1 year ago • 2 comments

QQ20240125-102746 QQ20240125-103958

can not find this file: aloha_scripts.constants

Thank you

hfasi avatar Jan 25 '24 02:01 hfasi

https://github.com/MarkFzp/mobile-aloha aloha_scripts is in this repo, but I dont know exactly how to use it

Magician-1024 avatar Jan 25 '24 12:01 Magician-1024

QQ20240125-102746 QQ20240125-103958

can not find this file: aloha_scripts.constants

Thank you


终端运行

export PYTHONPATH=$PYTHONPATH:"./"

然后执行python训练代码

或者 python源码中添加

import sys 
sys.path.append("./")

tanxr00 avatar Feb 04 '24 09:02 tanxr00