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

no mAP score #81

Open
aliyyahna opened this issue Apr 25, 2021 · 5 comments
Open

no mAP score #81

aliyyahna opened this issue Apr 25, 2021 · 5 comments

Comments

@aliyyahna
Copy link

I tried training using my own custom dataset, everything seems fine until I check the record.csv file. Why are the mAP values zero? I followed everything from the program, am I missing something? Thanks!

image

@AlOo2002
Copy link

may i\i ask if you changed something in the code? I'm trying to train my own custom dataset too but the total loss result going upsait down

@aliyyahna
Copy link
Author

may i\i ask if you changed something in the code? I'm trying to train my own custom dataset too but the total loss result going upsait down

I didn't change anything! I simply follow the whole code. I'm not really sure about the solution to your problem, maybe check the program again from the start?

@AlOo2002
Copy link

thanx

@adavradou
Copy link

Hello @aliyyahna! Did you find out why the mAP was zero? I face the same problem.

@YCAyca
Copy link

YCAyca commented Jan 18, 2022

Because the code simply writes 0 for mAP calculation and go... It's not something calculated. So it's not important but it would be nice how to calculate mAP and write the real value...

new_row = {'mean_overlapping_bboxes':round(mean_overlapping_bboxes, 3),
'class_acc':round(class_acc, 3),
'loss_rpn_cls':round(loss_rpn_cls, 3),
'loss_rpn_regr':round(loss_rpn_regr, 3),
'loss_class_cls':round(loss_class_cls, 3),
'loss_class_regr':round(loss_class_regr, 3),
'curr_loss':round(curr_loss, 3),
'elapsed_time':round(elapsed_time, 3),
'mAP': 0}

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

4 participants