Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Rectangle only on the center of the object when running YOLOv3-Tiny on NCS2 with smaller size #76

@ArctonLin

Description

@ArctonLin

I am running YOLOv3-Tiny 224*224 on NCS2 with Raspberry Pi 3B+

My conversion environment is Python3.5, TensorFlow1.12.0, OpenVINO 2019 R1
$ python convert_weights_pb.py --weights_file yolov3-tiny.weights --class_names coco.names --tiny True --size 224 --data_format NHWC --output_graph tiny_yolov3_224.pb
$ python 'D:\Cary\Other_Sources\yolov3-tiny\openvino\model-optimizer\mo_tf.py' --input_shape [1,224,224,3] -m tiny_yolov3_224.pb --reverse_input_channels --tensorflow_use_custom_operations_config yolo_v3_tiny_changed.json -n tiny_yolov3_224 --data_type FP16

My inference is test on Raspbian 9 with OpenVINO 2019.1.144 and Rasbian 10 with OpenVINO 2020.1.023
Modify m_input_size to 224 and model_xml to tiny_yolov3_224.xml
$ python3 openvino_tiny-yolov3_224_test.py -d MYRIAD

Both has the same bad result which the rectangle is always at the center of object on all labels
https://i.imgur.com/QbRSqcs.png

Should I change something when I change the inference size from 416 to 224?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions