Skip to content

Commit

Permalink
Update Actions with Lychee and GitHub Token (#76)
Browse files Browse the repository at this point in the history
* Update Ultralytics Actions

* Update README.md

* Update README.md

---------

Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
pderrenger and glenn-jocher authored Jan 8, 2024
1 parent 4ba1dbe commit 5e32a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated
python: true
docstrings: true
markdown: true
spelling: true
links: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Welcome to the [COCO2YOLO](https://github.com/ultralytics/COCO2YOLO) repository!

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.

[![Ultralytics Actions](https://github.com/ultralytics/JSON2YOLO/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/JSON2YOLO/actions/workflows/format.yml)

# ⚙️ Requirements

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:
Expand Down

0 comments on commit 5e32a8e

Please sign in to comment.