You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the [COCO2YOLO](https://github.com/ultralytics/COCO2YOLO) repository! This toolkit is designed to help you convert datasets in JSON format, following the COCO (Common Objects in Context) standards, into YOLO (You Only Look Once) format, which is widely recognized for its efficiency in real-time object detection tasks.
2
7
3
-
# Introduction
8
+
This process is essential for machine learning practitioners looking to train object detection models using the Darknet framework. Our code is flexible and can be utilized across various platforms including Linux, MacOS, and Windows.
4
9
5
-
The https://github.com/ultralytics/COCO2YOLO repo contains code to convert JSON datasets into YOLO (darknet) format. The code works on Linux, MacOS and Windows.
10
+
# ⚙️ Requirements
6
11
7
-
# Requirements
12
+
To get started with COCO2YOLO, you'll need a Python environment running version 3.8 or later. Additionally, you'll need to install all the necessary dependencies listed in our [requirements.txt](https://github.com/ultralytics/JSON2YOLO/blob/master/requirements.txt) file. You can install these dependencies using the following pip command in your terminal:
8
13
9
-
Python 3.8 or later with all [requirements.txt](https://github.com/ultralytics/JSON2YOLO/blob/master/requirements.txt) dependencies installed. To install run:
10
14
```bash
11
-
$ pip install -r requirements.txt
15
+
$ pip install -r requirements.txt# Installs all the required packages
We love your input! Ultralytics open-source efforts would not be possible without help from our community. Please see our [Contributing Guide](https://docs.ultralytics.com/help/contributing) to get started, and fill out our [Survey](https://ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey) to send us feedback on your experience. Thank you 🙏 to all our contributors!
24
+
# 🤝 Contribute
21
25
22
-
<!-- SVG image from https://opencollective.com/ultralytics/contributors.svg?width=990 -->
26
+
We welcome contributions from the community! Whether you're fixing bugs, adding new features, or improving documentation, your input is invaluable. Take a look at our [Contributing Guide](https://docs.ultralytics.com/help/contributing) to get started. Also, we'd love to hear about your experience with Ultralytics products. Please consider filling out our [Survey](https://ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey). A huge 🙏 and thank you to all of our contributors!
Ultralytics offers two licensing options to accommodate diverse use cases:
34
+
Ultralytics is excited to offer two different licensing options to meet your needs:
30
35
31
-
-**AGPL-3.0 License**: This [OSI-approved](https://opensource.org/licenses/) open-source license is ideal for students and enthusiasts, promoting open collaboration and knowledge sharing. See the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file for more details.
32
-
-**Enterprise License**: Designed for commercial use, this license permits seamless integration of Ultralytics software and AI models into commercial goods and services, bypassing the open-source requirements of AGPL-3.0. If your scenario involves embedding our solutions into a commercial offering, reach out through[Ultralytics Licensing](https://ultralytics.com/license).
36
+
-**AGPL-3.0 License**: Perfect for students and hobbyists, this [OSI-approved](https://opensource.org/licenses/) open-source license encourages collaborative learning and knowledge sharing. Please refer to the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file for detailed terms.
37
+
-**Enterprise License**: Ideal for commercial use, this license allows for the integration of Ultralytics software and AI models into commercial products without the open-source requirements of AGPL-3.0. For use cases that involve commercial applications, please contact us via[Ultralytics Licensing](https://ultralytics.com/license).
33
38
34
-
# Contact
39
+
# 📬 Contact Us
35
40
36
-
For Ultralytics bug reports and feature requests please visit [GitHub Issues](https://github.com/ultralytics/JSON2YOLO/issues), and join our [Discord](https://ultralytics.com/discord) community for questions and discussions!
41
+
For bug reports, feature requests, and contributions, head to [GitHub Issues](https://github.com/ultralytics/JSON2YOLO/issues). For questions and discussions about this project and other Ultralytics endeavors, join us on [Discord](https://ultralytics.com/discord)!
37
42
38
43
<br>
39
44
<divalign="center">
@@ -51,4 +56,3 @@ For Ultralytics bug reports and feature requests please visit [GitHub Issues](ht
0 commit comments