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
As the title says I want to fine tune the model to detect with better accuracy for my images of shopping container ids.
images that are like these:
One picture for example is vertical and the other is horizontal.
My questons are below:
Should I preprocess my pictures?
How should I organize my database . For example should I have pictures like these for train, validation and, testing ? and how should I write it in the terminal when finetuning
Inside he text file, the labels should be like this? : id_27.jpg MSCU 629071 0
id_1.jpg M S C U 6 2 9 0 7 1 0
Because the first picture is horizontal and the letters have spacing should they be written as above?
And the second picture is vertical, should I consider giving each letter/number a space?
Can I have an example on how to do the testing of my model after I fine tuned it?
Thank you in advance,
Vasilis Vasileiou
The text was updated successfully, but these errors were encountered:
Good Afternoon,
As the title says I want to fine tune the model to detect with better accuracy for my images of shopping container ids.
images that are like these:
One picture for example is vertical and the other is horizontal.
My questons are below:
id_1.jpg M S C U 6 2 9 0 7 1 0
Because the first picture is horizontal and the letters have spacing should they be written as above?
And the second picture is vertical, should I consider giving each letter/number a space?
Thank you in advance,
Vasilis Vasileiou
The text was updated successfully, but these errors were encountered: