video on how to run the GACC (gitactionscompiledcode)
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m43s

This commit is contained in:
rattatwinko
2025-05-30 22:03:30 +02:00
parent 1546528550
commit e4ec7fe244
2 changed files with 11 additions and 0 deletions

View File

@@ -85,6 +85,17 @@ model/
---
## Gitea Worflow Download
You can actually download Gitea Workflow compiled code that will run on your local machine. But for this to work you need to enter one of the following commands in your terminal:
```sh
chmod a+x main # or the name of your compiled file
```
You can view a tutorial here!
<video width="640" height="480" controls>
<source src="run.mp4">
</video>
## 🔗 Recommended YOLOv4 Model Links
- [YOLOv4.cfg](https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov4.cfg)

BIN
run.mp4 Normal file

Binary file not shown.