Open rgov opened 4 years ago
I dedicate one channel to optical flow data.
I think you should disable color data augmentation, comment lines with hue, exposure, saturation
in cfg file and train
How many channgels in your image?
There are 3 channels;
Thanks! Do you recommend searching any other parameters, such as width
and height
?
If all your trainin and test images have the same size 400x960, then use
[net] width=416 height=960
The code in this repo and the thorough instructions are great. I'd like to see if I can increase the quality of detection on my data set. I was thinking about searching across the hyper parameter space for a parameter set that works a little better.
Are there particular hyper parameters I should focus on? For instance, the image resizing?
In my case, my data has a number of adverse properties (low light, motion blur, etc.) To augment the data first I run it through algorithms to segment the foreground, and I dedicate one channel to optical flow data. So the images look different than most.
For example (ignore the bounding boxes which are not correct due to an earlier bug):