alibaba / AICITY2024_Track2_AliOpenTrek_CityLLaVA

Apache License 2.0
32 stars 3 forks source link

generate_test_frames.py #3

Closed mfaraki closed 1 week ago

mfaraki commented 3 months ago

Hi, Thanks for sharing. I encountered this error in the test frame generation script:

File "/AICITY2024_Track2_AliOpenTrek_CityLLaVA/data_preprocess/generate_test_frames.py", in for event in os.listdir(os.path.join(global_image_path, 'normal_trimmed')):

FileNotFoundError: [Errno 2] No such file or directory: '/WTS/test_part/WTS_DATASET_PUBLIC_TEST/bbox_global/test/public/normal_trimmed'

Youngluc commented 3 months ago

Hi, Thanks for sharing. I encountered this error in the test frame generation script:

File "/AICITY2024_Track2_AliOpenTrek_CityLLaVA/data_preprocess/generate_test_frames.py", in for event in os.listdir(os.path.join(global_image_path, 'normal_trimmed')):

FileNotFoundError: [Errno 2] No such file or directory: '/WTS/test_part/WTS_DATASET_PUBLIC_TEST/bbox_global/test/public/normal_trimmed'

Hi, sry for late response. Maybe you can revised data path according to your file organization if error persistent. All normally in my env.