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

Not evaluation with backbone DenseNet #1103

Closed
mariaculman18 opened this issue Aug 19, 2019 · 1 comment
Closed

Not evaluation with backbone DenseNet #1103

mariaculman18 opened this issue Aug 19, 2019 · 1 comment

Comments

@mariaculman18
Copy link

I trained a model using as a backbone the DenseNet-121. I am trying to evaluate the model's mean average precision (mAP) with the training dataset but I am getting mAP: 0.0000.

Versions:
RetinaNet 0.5.1
Keras 2.2.4
TensorFlow GPU 1.12

While training the model I got the training loss, the validation loss and the validation mAP by using --compute-val-loss and --val-annotations dataset/test.csv. I converted the trained model to an inference model with retinanet-convert-model --backbone=densenet121 [path to trained model (*.h5)] [path to save inference model (*.h5)]. Now I want to obtain the mAP with the training dataset, so I am doing retinanet-evaluate csv dataset/train.csv dataset/classes.csv [path to inference model (*.h5)] --backbone=densenet121. But I am getting mAP: 0.0000.

Any idea what can I do?

@mariaculman18 mariaculman18 changed the title Not evaluation with backbone DenseNET Not evaluation with backbone DenseNet Aug 19, 2019
@hgaiser
Copy link
Contributor

hgaiser commented Aug 20, 2019

Hey, as you have already seen, this issue is discussed in #647 . Let's keep the discussion there.

@hgaiser hgaiser closed this as completed Aug 20, 2019
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

2 participants