Closed RatkoFri closed 3 years ago
Greetings,
I am using YOLOv4_tiny to detect objects on images in the shape 2704x1520. How to configure yaml cfg files?
When I am using the images in the shape 2704x1520, the Keras throws a dimension mismatch error.
Ratko
do nothing, or keep the shape of images could be divisible by all strides in your cfg file.
Thanks.
Greetings,
I am using YOLOv4_tiny to detect objects on images in the shape 2704x1520. How to configure yaml cfg files?
When I am using the images in the shape 2704x1520, the Keras throws a dimension mismatch error.
Ratko