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

perlex with coord mask & conf_mask #453

Open
speeding-motor opened this issue May 25, 2020 · 1 comment
Open

perlex with coord mask & conf_mask #453

speeding-motor opened this issue May 25, 2020 · 1 comment

Comments

@speeding-motor
Copy link

speeding-motor commented May 25, 2020

conf_mask why not use y_true mask:
if y_true[i,4]=1 , it means there have a box, and conf_mask[i]=1,

why still need to compute the IOU between y_pred with y_true box , and then judge the conf_mask through :conf_mask= conf_mask + tf.to_float(best_ious < 0.6) * (1 - y_true[..., 4])

@speeding-motor
Copy link
Author

how to understand the conf_mak here,
loss_conf = tf.reduce_sum(tf.square(true_box_conf - pred_box_conf) * conf_mask)

can you please help me ...thank you very much

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