Sriram Elango commited on
Commit
85539d9
1 Parent(s): 33b9efc
Files changed (2) hide show
  1. Content/cnn.pt +3 -0
  2. Content/configurations.md +7 -0
Content/cnn.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:382d484d7f74bcb88ce4d1eee848c5421ab052dd1a2f2b726fc637b8a8dcaf3d
3
+ size 14740881
Content/configurations.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ model.conf = 0.25 # NMS confidence threshold
2
+ iou = 0.45 # NMS IoU threshold
3
+ agnostic = False # NMS class-agnostic
4
+ multi_label = False # NMS multiple labels per box
5
+ classes = None # (optional list) filter by class, i.e. = [0, 15, 16] for COCO persons, cats and dogs
6
+ max_det = 1000 # maximum number of detections per image
7
+ amp = False # Automatic Mixed Precision (AMP) inference