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

Why exp function here? #2

Open
jichilen opened this issue Mar 28, 2019 · 1 comment
Open

Why exp function here? #2

jichilen opened this issue Mar 28, 2019 · 1 comment

Comments

@jichilen
Copy link

jichilen commented Mar 28, 2019

should i use the exp function for faster r-cnn training?

return tf.reshape(weights, [-1]) * per_anchor_giou_loss

And what weigths should i choose?
0.25 in g-darknet or 10 as paper metioned about?

@nathantsoi
Copy link
Contributor

nathantsoi commented Apr 2, 2019

Excellent question, that exp was from an experiment (since this is used in darknet), it should be removed or behind a flag. I will remove it for now.

Unfortunately I don't have a good answer for the weights, it really depends on the network. You might try even weighting then doing some search for better params

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