transformer-inertial-poser icon indicating copy to clipboard operation
transformer-inertial-poser copied to clipboard

Data Processing

Open Cao-cc opened this issue 1 year ago • 0 comments

Hi , I have a question about Data Processing. I can't execute the following sentence correctly, do you know how I can solve this problem?

python preprocess_DIP_TC_new.py --is_dip --data_version_tag v1

pybullet build time: Jan 26 2024 14:00:49 argv[0]= [SimAgent] Creating an agent... data/amass.urdf warning: path existed data/source/DIP_IMU\s_01\01.pkl data/source/DIP_IMU\s_01\01.pkl data/preprocessed_DIP_IMU_v1/dipimu_DIP_IMU\s_01_01.pkl (13778, 72) (13777, 114) Traceback (most recent call last): File "preprocess_DIP_TC_new.py", line 373, in gen_data_all_dip(robot, "data/source/DIP_IMU", "data/preprocessed_DIP_IMU_" + TAG) File "preprocess_DIP_TC_new.py", line 241, in gen_data_all_dip load_and_store(char, motion_name, motion_name, save_name) File "preprocess_DIP_TC_new.py", line 212, in load_and_store with open(save_name, "wb") as handle: FileNotFoundError: [Errno 2] No such file or directory: 'data/preprocessed_DIP_IMU_v1/dipimu_DIP_IMU\s_01_01.pkl'

Cao-cc avatar Jan 27 '24 07:01 Cao-cc