Open lingHAYAO opened 3 months ago
I use run_aeroblade.py to test my own image but it doesn't work.
Directory 'aeroblade_output' exists, continue? (y/n) y PROGRESS (compute_distances): 0%| | 0/3 [00:00<?, ?it/s]Traceback (most recent call last): File "/home/chenzhehan/aeroblade/scripts/run_aeroblade.py", line 87, in <module> main(parse_args()) File "/home/chenzhehan/aeroblade/scripts/run_aeroblade.py", line 15, in main distances = compute_distances( File "/home/chenzhehan/aeroblade/scripts/aeroblade/high_level_funcs.py", line 73, in compute_distances dist_dict, files = distance_from_config( File "/home/chenzhehan/.local/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "/home/chenzhehan/aeroblade/scripts/aeroblade/distances.py", line 35, in compute raise ValueError("ds_a and ds_b should contain matching files.") ValueError: ds_a and ds_b should contain matching files. PROGRESS (compute_distances): 0%| | 0/3 [00:00<?, ?it/s]
This is probably an issue with caching. Try deleting the output directory and the .cache directory.
.cache
I use run_aeroblade.py to test my own image but it doesn't work.