tzzcl / PSOL

code repository of “Rethinking the Route Towards Weakly Supervised Object Localization” in CVPR 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Class Loss Acc always as Zero!!!

Shiven004 opened this issue · comments

class1 cls-loc acc is 0.0, loc acc is 1.0
class2 cls-loc acc is 0.0, loc acc is 0.75
loading from ground truth bbox
class3 cls-loc acc is 0.0, loc acc is 1.0
[0.0, 0.0, 0.0]
Cls-Loc acc 0.0
Cls-Loc acc Top 5 0.0
GT Loc acc 0.9166666666666666
resnet50 cls acc 0.0

Class loss Accuracy is always Zero in my case.Can you guide on this ?

Made necessary code correction to fix the issue.