Open nordam opened 2 months ago
My processing crashed with the following error:
2024-09-22 08:50:53 ERROR Thread-7 (process_file_list) [cli.process_file_list] Cannot load file containing pickled data when allow_pickle=False
Probably there is something wrong with the image I'm trying to load, but it would be convenient to know the filename.
Please use log_level = 'DEBUG' then you will get a filename print out in the form: Chunk {c} starting to process {filename} before the pipeline.run(filename) is called
Chunk {c} starting to process {filename}
My processing crashed with the following error:
Probably there is something wrong with the image I'm trying to load, but it would be convenient to know the filename.