Darknet: Why are there two calls for delta_yolo_box() in forward_yolo_layer()?

Created on 22 Jul 2018  路  2Comments  路  Source: AlexeyAB/darknet

First, thanks very much for this repository!

  1. The first call to delta_yolo_box in forward_yolo_layer function is the straightforward one (near line 230). But I can't understand why there's a second call, updating l.delta, near line 261, iterating over mask_n. Could you explain?

  2. Also, I don't understand where is the confidence loss - I see only class delta and box delta updates.

Thanks!

Most helpful comment



  1. confidence (probability) = objectness * class_probability

All 2 comments



  1. confidence (probability) = objectness * class_probability

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shootingliu picture shootingliu  路  3Comments

qianyunw picture qianyunw  路  3Comments

HilmiK picture HilmiK  路  3Comments

hemp110 picture hemp110  路  3Comments

PROGRAMMINGENGINEER-NIKI picture PROGRAMMINGENGINEER-NIKI  路  3Comments