yolo3 | index /home/wang/animal/roi/Animal/yolo3.py |
Modules | ||||||
|
Functions | ||
|
Data | ||
classes = ['person', 'bicycle', 'car', 'motorbike', 'aeroplane', 'bus', 'train', 'truck', 'boat', 'traffic light', 'fire hydrant', 'stop sign', 'parking meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow', ...] classesFile = 'yolov3/coco.names' confThreshold = 0.5 f = <_io.TextIOWrapper name='yolov3/coco.names' mode='rt' encoding='UTF-8'> inpHeight = 416 inpWidth = 416 modelConfiguration = 'yolov3/yolov3.cfg' modelWeights = 'yolov3/yolov3.weights' net = <dnn_Net 0x7fdcdd77fef0> nmsThreshold = 0.4 |