You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to train the model with the custom dataset, and found that data config for model hyperparameter needs to be set for each dataset properly.
I assumed that you've found the best combinations with the experiments, but just curious about the way to do.
If there is any condition or specific way to setup hyperparameter, could you briefly tell me how to do that?
For now, I tried evolve argument from yolov repository, which is finding appropriate hyperparameter settings, but I could see the result like below, which does not look like being trained well.
Hi, thanks for the great soucres.
I am trying to train the model with the custom dataset, and found that data config for model hyperparameter needs to be set for each dataset properly.
I assumed that you've found the best combinations with the experiments, but just curious about the way to do.
If there is any condition or specific way to setup hyperparameter, could you briefly tell me how to do that?
For now, I tried evolve argument from yolov repository, which is finding appropriate hyperparameter settings, but I could see the result like below, which does not look like being trained well.
The anchor values that I used is,
apparently, in debugging process, my 'out' parameter in polygon_test.py has weird values.
which is,
And I found one more thing,
When I saw the UCAS dataset's label text file, the order of the coordinates was
However, the order of custom dataset's coordinates label that was generated by Tutorial2 (https://github.com/XinzeLee/PolygonObjectDetection/blob/main/polygon-yolov5/Polygon-Tutorial2.ipynb),
was
can this matter for the model training performance? Just quick curiosity..!
Thanks!
The text was updated successfully, but these errors were encountered: