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

Why RegionYolo's mask are the same across different scales? #35

Open wuhy08 opened 5 years ago

wuhy08 commented 5 years ago

[Required] Your device (RaspberryPi3, LaptopPC, or other device name):
Intel NUC [Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name):
x86_64 [Required] Your OS (Raspbian, Ubuntu1604, or other os name):
Ubuntu 16.04 [Required] Details of the work you did before the problem occurred:


Run openvino_yolov3_test.py
[Required] Error message:
N/A [Required] Overview of problems and questions:


I noticed that in your yolov3 xml model, the three RegionYolo layers all have the same mask, i.e., 3,4,5. Is there a particular reason why? Shouldn't that be (0,1,2), (3,4,5), (6,7,8) respectively? Thanks.

GotG commented 3 years ago

same for tiny yolo v3. please let us know why. thank you!