UMass-Foundation-Model / 3D-VLA

[ICML 2024] 3D-VLA: A 3D Vision-Language-Action Generative World Model
https://vis-www.cs.umass.edu/3dvla/
320 stars 11 forks source link

No such file or directory: 'ANNOTATION_PATH' #4

Open fighting-j opened 3 months ago

fighting-j commented 3 months ago

Hello, when I configure the environment according to the instructions and run bash launcher/train_ldm.sh, the following error appears: rank0: Traceback (most recent call last): rank0: File "/home/ubuntu/3D-VLA/train_ldm_goal_image.py", line 950, in

rank0: File "/home/ubuntu/3D-VLA/train_ldm_goal_image.py", line 563, in main rank0: dataset = GoalDataset(args.ann_path, args.include_depth) rank0: File "/home/ubuntu/3D-VLA/lavis/datasets/datasets/goal_ldm_datasets.py", line 24, in init rank0: ann = json.load(open(json_path)) rank0: FileNotFoundError: [Errno 2] No such file or directory: 'ANNOTATION_PATH' I can't find the file that shows the error,How can I solve it.