Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "No Checkpoint file found" while running cell detection #1

Open
bencheikhb1 opened this issue Jul 11, 2020 · 1 comment
Open
Assignees

Comments

@bencheikhb1
Copy link

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

@qalid7 qalid7 self-assigned this Jul 21, 2020
@fractal-rb
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants