Skip to content

Instantly share code, notes, and snippets.

@Lihi-Gur-Arie
Created February 20, 2022 12:17
Show Gist options
  • Save Lihi-Gur-Arie/41f014bcfbe8b8e1e965fa11a6251e04 to your computer and use it in GitHub Desktop.
Save Lihi-Gur-Arie/41f014bcfbe8b8e1e965fa11a6251e04 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@eribnick
Copy link

eribnick commented Oct 2, 2023

Thanks for this tutorial!
Do the input images need to have the expected size (1280x1280)? If they are a different size, will they be rescaled?

@Lihi-Gur-Arie
Copy link
Author

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

@KerimM-bit
Copy link

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)

@galik1999
Copy link

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