Created
February 20, 2022 12:17
-
-
Save Lihi-Gur-Arie/41f014bcfbe8b8e1e965fa11a6251e04 to your computer and use it in GitHub Desktop.
Hello @Lihi-Gur-Arie, thanks for the tutorial it helped me understand, how to use yolo. One thing I'd like to understand better would be, let's say I have 5000 images of same class, do I need to manually label all 5k images, or labeling let's say 10% is enough? ( I know there are other factors which can effect that percentage, I just want to know if it's doable with 10% or not)
Hello @Lihi-Gur-Arie, Thank you very much for this tutorial.
Could you please provide some information about the sizes of the training, validation and testing sets?
Thanks again, Good Luck!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @eribnick,
I'm glad you found the tutorial helpful. The detector was optimized for that specific input size, but you can use any other input size. The images are rescaled before entering the network. You can choose the image size to which you want to rescale your images using the --img parameter.
Good luck!
Changes