Skip to content

XhtZz/yolo-v2-loss-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yolo-v2-loss

#core function

def yolo_loss( target,
output,
coord_mask, object_detections, object_no_detections_gt_anch, gt_coord, gt_conf,
object_scale=5.0,
no_object_scale=1.0,
coordinates_scale=3.0
)
#parameters production
target: #label
output: #net output
coord_mask, object_detections, object_no_detections_gt_anch, gt_coord, gt_conf:
#groundtruth related parameters that obtained by function build_groundTrue_targets_masks in file postproc.py

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages