Skip to content

Commit 2c23f6e

Browse files
authored
README.md
1 parent daf4ccc commit 2c23f6e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,21 @@ It shows FPS, counts detected objects per frame, renders boxes, and (optionally)
2020
* 🧱 Modular: small pipeline.py (orchestrator) + reusable helpers in utils.py
2121

2222
---
23-
24-
## 📁 Project Structure
25-
23+
```
2624
yolov5-object-detection-pipeline/
27-
── src/
28-
│ ├── pipeline.py
29-
│ ├── utils.py
25+
26+
├── src/
27+
│ ├── pipeline.py # main loop (orchestration)
28+
│ ├── utils.py # helpers: model I/O, warmup, infer, render, save
3029
│ └── __init__.py
3130
3231
├── examples/
33-
│ └── demo.gif
34-
32+
│ └── demo.gif
3533
├── requirements.txt
3634
├── README.md
3735
├── .gitignore
3836
└── LICENSE
39-
37+
```
4038
---
4139

4240
## 🧰 Requirements

0 commit comments

Comments
 (0)