Update speed estimation example tutorial README.md
This commit is contained in:
parent
688cf14f2a
commit
e32b05a636
|
|
@ -1,18 +1,18 @@
|
|||
# speed estimation
|
||||
|
||||
[](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-estimate-vehicle-speed-with-computer-vision.ipynb)
|
||||
[](https://youtu.be/uWP6UjDeZvY)
|
||||
|
||||
## 👋 hello
|
||||
|
||||
This example performs speed estimation analysis using various object-detection models
|
||||
and ByteTrack - a simple yet effective online multi-object tracking method. It uses the
|
||||
supervision package for multiple tasks such as tracking, annotations, etc.
|
||||
|
||||
https://github.com/roboflow/supervision/assets/26109316/0542fd3c-bb5f-475e-b96c-793560abeb18
|
||||
https://github.com/roboflow/supervision/assets/26109316/d50118c1-2ae4-458d-915a-5d860fd36f71
|
||||
|
||||
## 💻 install
|
||||
|
||||
> [!NOTE]
|
||||
> YOLO-NAS is compatible with Python versions up to and including Python 3.10.
|
||||
|
||||
- clone repository and navigate to example directory
|
||||
|
||||
```bash
|
||||
|
|
@ -63,7 +63,15 @@ https://github.com/roboflow/supervision/assets/26109316/0542fd3c-bb5f-475e-b96c-
|
|||
for the model. Default is 0.7. This value is used to manage object detection
|
||||
accuracy, particularly in distinguishing between different objects.
|
||||
|
||||
## ⚙️ run
|
||||
## ⚙️ configure
|
||||
|
||||
Adjust the' SOURCE' and' TARGET' values if you plan to run a speed estimation script
|
||||
on your video file. Those must be adjusted separately for each camera view. Learn more
|
||||
from our YouTube [tutorial](https://youtu.be/uWP6UjDeZvY).
|
||||
|
||||

|
||||
|
||||
## 🚀 run
|
||||
|
||||
- yolo-nas
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue