I
I
Igor Zorkov2019-03-26 23:13:21
Neural networks
Igor Zorkov, 2019-03-26 23:13:21

How to properly train the Yolo network?

Hello, how to properly train the Yolo network?
I have the following in my network config file
[net]
# Testing
# batch=1
# subdivisions=1
# Training
batch=64
subdivisions=16
width=608
height=608
channels=3
momentum=0.9
decay=0.0005
angle=0
saturation = 1.5
exposure = 1.5
hue=.1
Image size for training should be 608x608 as per config file, network will resize to 608x608 pix?
Or will it simply take objects from the image from the train.txt file with coordinates, and the size of the image is not important?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Jekson, 2019-04-19
@Lepilov

The size of images for training is not tied to the size specified in the configuration file. The main rule is training dataset image sizes = test image sizes.
Yolo automatically resizes images to different resolutions during training.
I recommend using YOLO v3 in 2019.
Chic - guide

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question