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

classification loss (crossentropy) #23

Open
onlyNata opened this issue Oct 14, 2020 · 0 comments
Open

classification loss (crossentropy) #23

onlyNata opened this issue Oct 14, 2020 · 0 comments

Comments

@onlyNata
Copy link

    # classification loss (crossentropy)
    # 1. compute max conf across batch for hard negative mining
    loss_class = tf.where(mask_neg,
                          1 - class_pred[:, 0][..., tf.newaxis], 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

1 participant