emotic icon indicating copy to clipboard operation
emotic copied to clipboard

yolo.utils.py

Open fyhfyhfyh123456 opened this issue 1 year ago • 1 comments

in yolo_utils.py 316 lines if targets is None: return output, 0 else: iou_scores, class_mask, obj_mask, noobj_mask, tx, ty, tw, th, tcls, tconf = build_targets( pred_boxes=pred_boxes, pred_cls=pred_cls, target=targets, anchors=self.scaled_anchors, ignore_thres=self.ignore_thres, ) Unresolved reference 'build_targets' ,display undefined. Also, do I need to inference_list.txt files when yolo_inference.py test videos? Where to get the file if needed, mine came out with poor results if it wasn't needed

fyhfyhfyh123456 avatar Mar 29 '23 13:03 fyhfyhfyh123456