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

feature/support for yolo dataset export #100

Merged
merged 14 commits into from May 17, 2023

Conversation

SkalskiP
Copy link
Collaborator

@SkalskiP SkalskiP commented May 16, 2023

Description

  • Added support for Dataset inheritance. The current Dataset got renamed to DetectionDataset and made it inherit from BaseDataset.
  • Added ability to save datasets in YOLO format using DetectionDataset.as_yolo.
  • Changed default value of approximation_percentage parameter from 0.75 to 0.0 in DetectionDataset.as_yolo and DetectionDataset.as_pascal_voc.

Docs

  • Docs updated? What were the changes:

@SkalskiP SkalskiP marked this pull request as ready for review May 17, 2023 00:38
@SkalskiP SkalskiP self-assigned this May 17, 2023
Copy link

@Jacobsolawetz Jacobsolawetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 @SkalskiP 🔥

@SkalskiP SkalskiP merged commit 83d357d into main May 17, 2023
4 checks passed
@SkalskiP SkalskiP deleted the feature/support_for_yolo_dataset_export branch August 8, 2023 09:10
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.

None yet

2 participants