PINTO0309 / OpenVINO-YoloV3

YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
https://qiita.com/PINTO
Apache License 2.0
538 stars 167 forks source link

openvino_tiny-yolov3_MultiStick_test.py variables mean? #52

Open chimaek opened 4 years ago

chimaek commented 4 years ago

[Required] Your device (RaspberryPi3, LaptopPC, or other device name):
RaspberryPi3 + NCS2 [Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name):
armv7l [Required] Your OS (Raspbian, Ubuntu1604, or other os name):
Raspbian

openvino_tiny-yolov3_MultiStick_test.py

yolo_scale_13 = 13 yolo_scale_26 = 26 yolo_scale_52 = 52

classes = 80 coords = 4 num = 3
anchors = [10, 14, 23, 27, 37, 58, 81, 82, 135, 169, 344, 319]

Can you tell me what the above variables mean?