Convert new Labelbox JSON format to YOLO #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
And add explanation about how to run
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Key Changes
requests
and handling network issues with retries..names
file for storing unique object names sorted alphabetically.π― Purpose & Impact
This update enables users to convert the latest JSON format from Labelbox to YOLO format, which is crucial for training YOLO-based object detection models. By automating the download of images and the generation of corresponding annotations, it streamlines the workflow for practitioners looking to use Labelbox datasets. Furthermore, statistics about the smallest objects can help users understand dataset characteristics, potentially influencing model tuning and performance.
π Summary
This PR empowers users to convert seamlessly from Labelbox's updated JSON format to YOLO format for object detection training, enhancing compatibility and dataset utilization within the Ultralytics ecosystem. ππ»π―