Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements #1

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

emersondelemmus
Copy link

-Added directory-level tiling
         -Added user choice to keep tiled files in one directory (Useful for YOLOv1-YOLOv4)
                ../datasets/images/im0.jpg  # image
                ../datasets/images/im0.txt  # label
         -Added user choice to separate files into separate directories (Useful for YOLOv5, YOLOX, YOLOR, YOLOv7, etc..)
                ../datasets/images/im0.jpg  # image
                ../datasets/labels/im0.txt  # label
         -Added creation of Images and Labels directory
         -Added empty 'null' tile saving
         -Added progress bars via tqdm

emersondelemmus and others added 8 commits August 15, 2022 22:51
Added directory-level tiling.
Added user choice to separate .JPG and .TXT files for newer YOLO directory structures.
Added null tile saving.
Added creation of images & labels directories.
Added progress bars.

Co-Authored-By: David-Schmitt <[email protected]>
Co-Authored-By: Emerson de Lemmus <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant