Summary
Correct architecture _type for yolo-v4-tiny-tf model.
Description
- Ran Object Detection Python* Demo with yolo-v4-tiny-tf model with architecture type equal to yolo.
- Received error: ValueError: cannot reshape array of size 43095 into shape (1,newaxis,85,13,255).
Resolution
Run Object Detection Python Demo with the correct architecture_type for yolo-v4-tiny-tf model: -at yolov4
Additional information
Refer to the Supported Models for the list of architecture_type of each model.