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

Using the model to evaluate #27

Open
ridsmd opened this issue Jun 26, 2023 · 0 comments
Open

Using the model to evaluate #27

ridsmd opened this issue Jun 26, 2023 · 0 comments

Comments

@ridsmd
Copy link

ridsmd commented Jun 26, 2023

Hello,
I am trying to use your trained models to evaluate a dataset of brightfield/phase microscopy images. Before using my own images, I was going to test your model on your dataset of images to make sure it works. I have the LIVECell folder downloaded.
I wanted to evaluate using the following command you provided through terminal:
python train_net.py --config-file <your_config.yaml> --eval-only MODEL.WEIGHTS </path/to/checkpoint_file.pth>
However, I cannot find the "train_net.py" file mentioned anywhere in your GitHub or the LIVECell folder. Is this file present somewhere?
I assumed maybe I should use the "coco_evaluation_resnest.py" as a replacement. I swapped the "COCOEvaluator" class and grabbed this class from "coco_evaluator.py". Would this be a good work-around? Otherwise, what could I do?
Also, I noticed the model.pth, config.yaml, and code script with the evaluation are all present in this terminal command. But, is the set of images ever pointed to? How would I point to the correct images to evaluate?
Thank you anyone for any help.

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

1 participant