↓ 2 callersFunctionvoc_eval preds {'cat':[[image_id,confidence,x1,y1,x2,y2],...],'dog':[[],...]} target {(image_id,class):[[],]}
eval_voc.py:60
Methodforward
pred_tensor: (tensor) size(batchsize,S,S,Bx5+20=30) [x,y,w,h,c]
target_tensor: (tensor) size(batchsize,S,S,30)
yoloLoss.py:50