compath icon indicating copy to clipboard operation
compath copied to clipboard

Error "No Checkpoint file found" while running cell detection

Open bencheikhb1 opened this issue 5 years ago • 1 comments

I'm having the following error when I try to run this:

/compath-master/cell_detect$ python Generate_Output_Main_Davros.py --data_dir=./data --sub_dir_name=./results

where ./data contains a .jpg image and parameters-detection.txt and ./results is an empty folder.

Traceback (most recent call last): File "Generate_Output_Main_Davros.py", line 78, in post_process=True) File "D:\Bureau\compath-master\compath-master\cell_detect\sccnn_detection.py", line 67, in generate_output_sub_dir post_process=post_process) File "D:\Bureau\compath-master\compath-master\cell_detect\subpackages\generate_output.py", line 156, in generate_output_sub_dir assert ckpt, "No Checkpoint file found" AssertionError: No Checkpoint file found

Can you provide two command line examples for detection and classification using you code?

Thank you

bencheikhb1 avatar Jul 11 '20 03:07 bencheikhb1

Hello,

I've been trying to execute this code for research purposes similar H&E stained images but encounter various errors on running the subroutines. Going over the README file again there is mention of a "main run script" but don't seem to see it anywhere in the repository.

Iterating what was mentioned above a a few lines as example to execute the code will be much appreciated.

Thanks!

fractal-rb avatar Aug 17 '20 16:08 fractal-rb