Skip to content

Commit

Permalink
Ultralytics Code Refactor https://ultralytics.com/actions (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
  • Loading branch information
glenn-jocher and UltralyticsAssistant authored Jun 20, 2024
1 parent 4f6a049 commit 7693a5f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<br>
<img src="https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg" width="320">
<a href="https://ultralytics.com" target="_blank"><img src="https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg" width="320" alt="Ultralytics logo"></a>

# 🚗 Introduction

Expand All @@ -21,35 +21,35 @@ To run the code in this repository, you will need the following:

- **Python 3.7+**: Install Python and use pip to set up the necessary libraries:

```
pip3 install -U -r requirements.txt
```
```
pip3 install -U -r requirements.txt
```

The `requirements.txt` file includes key Python packages such as:
The `requirements.txt` file includes key Python packages such as:

- `numpy`
- `scipy`
- `torch` (PyTorch)
- `opencv-python` (OpenCV)
- `exifread`
- `bokeh` (optional, for visualization)
- `numpy`
- `scipy`
- `torch` (PyTorch)
- `opencv-python` (OpenCV)
- `exifread`
- `bokeh` (optional, for visualization)

- **MATLAB 2018a or newer**: Besides Python, some scripts require MATLAB. Clone the common functions repository and add it to your MATLAB path with the following commands:

```
git clone https://github.com/ultralytics/functions-matlab
```
```
git clone https://github.com/ultralytics/functions-matlab
```

Then in MATLAB:
Then in MATLAB:

```
>> addpath(genpath('/functions-matlab'))
```
```
>> addpath(genpath('/functions-matlab'))
```

Ensure you have the following MATLAB toolboxes installed:
Ensure you have the following MATLAB toolboxes installed:

- `Statistics and Machine Learning Toolbox`
- `Signal Processing Toolbox`
- `Statistics and Machine Learning Toolbox`
- `Signal Processing Toolbox`

# 🏃 Run

Expand Down Expand Up @@ -97,7 +97,7 @@ For bug reports, feature requests, and contributions, head to [GitHub Issues](ht
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="space">
<a href="https://www.tiktok.com/@ultralytics"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-tiktok.png" width="3%" alt="Ultralytics TikTok"></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="space">
<a href="https://www.instagram.com/ultralytics/"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="Ultralytics Instagram"></a>
<a href="https://ultralytics.com/bilibili"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-bilibili.png" width="3%" alt="Ultralytics Instagram"></a>
<img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="space">
<a href="https://ultralytics.com/discord"><img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-discord.png" width="3%" alt="Ultralytics Discord"></a>
</div>

0 comments on commit 7693a5f

Please sign in to comment.