-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
360c312
commit c505eb9
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Technology | ||
<p align="center"> | ||
<a href="https://www.ultralytics.com" target="blank"><img src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/64777c3e071ec953437e6950_logo.svg" alt="Ultralytics Yolo" /></a> | ||
</p> | ||
|
||
Ultralytics YOLO for building accurate and efficient object detection models. | ||
|
||
## Running the app | ||
First, open the terminal and move to the ImageRecognition directiory. | ||
Run send_frame.py for sending camera frames: | ||
|
||
```bash | ||
python send_frame.py | ||
``` | ||
|
||
To start the object detection function move to the src directory and run ObjectDetectionYOLO.py: | ||
|
||
```bash | ||
python ObjectDetectionYOLO.py | ||
``` | ||
|
||
## Learn More | ||
To learn more about YOLO architecture, take a look at the following resource: | ||
- [YOLO Documentation](https://docs.ultralytics.com). |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
opencv-python~=4.8.1.78 | ||
numpy~=1.26.1 | ||
ping3~=4.0.4 | ||
ffmpeg-python~=0.2.0 | ||
python>=3.8 | ||
PyTorch>=1.8 |
This file contains 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