Hi, I try to register two histology slides (both png files) with wsl and installed the deeperhistreg pip package. When I run code from the jupyter notebook or the bash application 'run_registration.sh', the same error occurs:
Source shape: (3424, 4615, 3)
Target shape: (3529, 3659, 3)
Traceback (most recent call last):
File "/xxx/deeperhistreg_jupyter.py", line 68, in
deeperhistreg.run_registration(**config)
File "/yyy/run.py", line 50, in run_registration
warped_name = [item for item in os.listdir(pathlib.Path(save_path) / experiment_name / "Results_Final") if "warped_source" in item][0]
FileNotFoundError: [Errno 2] No such file or directory: '/zzz/Results/file1_file2_TEMP/file1_file2/Results_Final'
The Preprocessing folder and the Initial_Registration folder were successfully created. The logfile in the TEMP-folder states that Image loading, Preprocessing and Initial alignment are saved. 'Initial alignment saved.' is the last output there.
How can I proceed with the nonrigid registration to get the final results or what else should I consider? Thank you in advance!
Hi, I try to register two histology slides (both png files) with wsl and installed the deeperhistreg pip package. When I run code from the jupyter notebook or the bash application 'run_registration.sh', the same error occurs:
Source shape: (3424, 4615, 3)
Target shape: (3529, 3659, 3)
Traceback (most recent call last):
File "/xxx/deeperhistreg_jupyter.py", line 68, in
deeperhistreg.run_registration(**config)
File "/yyy/run.py", line 50, in run_registration
warped_name = [item for item in os.listdir(pathlib.Path(save_path) / experiment_name / "Results_Final") if "warped_source" in item][0]
FileNotFoundError: [Errno 2] No such file or directory: '/zzz/Results/file1_file2_TEMP/file1_file2/Results_Final'
The Preprocessing folder and the Initial_Registration folder were successfully created. The logfile in the TEMP-folder states that Image loading, Preprocessing and Initial alignment are saved. 'Initial alignment saved.' is the last output there.
How can I proceed with the nonrigid registration to get the final results or what else should I consider? Thank you in advance!