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

Re-calibrate scores #6

Open
yasserboutaleb opened this issue Apr 18, 2020 · 2 comments
Open

Re-calibrate scores #6

yasserboutaleb opened this issue Apr 18, 2020 · 2 comments

Comments

@yasserboutaleb
Copy link

Hello,

Please, the "channel_scores" is the feature vector of the "fc8" layer for a specific channel, then why did you loop over the "categoryid" to compute modified_fc8_score = channel_scores[categoryid] * ( 1 - wscore*ranked_alpha[categoryid] ) ?
Yet, the Len(channel_scores) is not equal to NCHANNELS.

Thank you.

@sgnet91
Copy link

sgnet91 commented Apr 22, 2020

Hi, I've noticed the same issue...It seems that the code has been written with the idea to generalize to more channel but in the end he didn't finish to debug it with more than one channel. In fact, it runs only if NCHANNELS=1.

I hope someone will solve this issue soon.

@aadeshnpn
Copy link
Owner

aadeshnpn commented Aug 12, 2020

Thanks @sgnet91 and @Bestyasser . The code was written to generalize to many channels but for now it only works for grey images. I have updated the repo with example and details step to use your own model and data. Hope this helps.

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