Convert new Labelbox JSON format to YOLO#7
Open
JitskedeVries wants to merge 7 commits intoultralytics:mainfrom
Open
Convert new Labelbox JSON format to YOLO#7JitskedeVries wants to merge 7 commits intoultralytics:mainfrom
JitskedeVries wants to merge 7 commits intoultralytics:mainfrom
Conversation
License changes from GPL to MIT are prohibited.
Member
|
@JitskedeVries to convert the new Labelbox JSON format to YOLO, you can use the 'labelbox2yolo.py' script included in the Ultralytics YOLO repos. First, ensure you have the required dependencies installed, then run the script, specifying the input JSON file and the output directory. After conversion, you can use the YOLO model for detection or training. For running the YOLO model, please refer to the official documentation at https://docs.ultralytics.com for detailed instructions. Let me know if you have any further questions or need additional assistance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
requestsand handling network issues with retries..namesfile 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. 🔄💻🎯