MCPcopy Create free account
hub / github.com/davisking/dlib / get_iou_thresh

Method get_iou_thresh

dlib/image_processing/box_overlap_testing.h:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 double get_iou_thresh (
111 ) const
112 {
113 return iou_thresh;
114 }
115
116 private:
117 double iou_thresh;

Callers 5

serializeFunction · 0.80
set_overlap_nmsMethod · 0.80
loss_mmod_Class · 0.80
loss_yolo_Class · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected