pre-commit-ci[bot]
d596d10b3f
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-08 12:52:34 +00:00
SkalskiP
86134993c8
Merge remote-tracking branch 'origin/example/speed_estimation' into example/speed_estimation
2024-01-08 13:52:19 +01:00
SkalskiP
8bab49157d
working version of `inference_example.py`
2024-01-08 13:52:09 +01:00
pre-commit-ci[bot]
4ae9131f0a
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-08 12:03:31 +00:00
SkalskiP
69894c82af
initial version of `inference_example.py` script
2024-01-08 13:01:08 +01:00
SkalskiP
e009402934
`yolo_nas_example.py` script is ready
2024-01-08 12:26:43 +01:00
SkalskiP
351ef464d9
initial version of `yolo_nas_example.py` script
2024-01-08 12:04:29 +01:00
SkalskiP
949e326559
updated `README.md` and `ultralytics_example.py`
2024-01-08 08:55:28 +01:00
SkalskiP
0a7e116d7f
added `script.sh` and updated `README.md`
2024-01-08 08:34:55 +01:00
SkalskiP
5ce65a2fd5
current version
2024-01-08 08:11:40 +01:00
SkalskiP
3e6c1799ef
current version
2024-01-05 16:51:27 +01:00
SkalskiP
d83547ec80
initial working version
2024-01-04 23:38:47 +01:00
SkalskiP
7e8d44ac35
dropping idea of using lines to calculate speed
2024-01-04 22:35:59 +01:00
SkalskiP
2e9b2a1bcb
detection, tracking and annotation added
2024-01-04 20:54:37 +01:00
SkalskiP
5df9730b3f
🚗 💨 💨 💨 speed estimation example initial commit
2024-01-04 20:08:01 +01:00
SkalskiP
be57c8872d
make ruff happy
2024-01-04 15:52:40 +01:00
pre-commit-ci[bot]
c9be7527d6
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-04 14:22:39 +00:00
SkalskiP
7023bb9bf4
count people in zone example cleanup
2024-01-04 15:22:25 +01:00
pre-commit-ci[bot]
a5c0949cd6
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-04 14:10:39 +00:00
SkalskiP
9862f40ab4
Merge remote-tracking branch 'origin/feature/from-roboflow-base-model' into feature/from-roboflow-base-model
2024-01-04 15:09:29 +01:00
SkalskiP
1ad9ee1e6a
tracking example cleanup
2024-01-04 15:06:31 +01:00
pre-commit-ci[bot]
5b174ea7ec
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-04 13:58:44 +00:00
SkalskiP
b5f9cdf90e
Merge remote-tracking branch 'origin/feature/from-roboflow-base-model' into feature/from-roboflow-base-model
...
# Conflicts:
# examples/traffic_analysis/README.md
2024-01-04 14:58:30 +01:00
SkalskiP
0acd408f29
traffic analysis example cleanup
2024-01-04 14:56:56 +01:00
pre-commit-ci[bot]
26829070f3
fix(pre_commit): 🎨 auto format pre-commit hooks
2024-01-04 13:34:49 +00:00
SkalskiP
9c1f06046d
traffic analysis example cleanup
2024-01-04 14:34:36 +01:00
SkalskiP
2e491a85c9
Merge branch 'develop' into feature/from-roboflow-base-model
...
# Conflicts:
# poetry.lock
# supervision/detection/core.py
2024-01-04 10:02:01 +01:00
Onuralp SEZER
a2dbe9e53a
docs(example): readme.md usage fixes
...
feat: default video set to people-walking.mp4 output to output.mp4
fix: re-create requirements.txt(fix end of line corruption)
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-29 00:24:40 +03:00
Paul
f942d89881
Added inference examples throughout the docs.
2023-12-22 11:09:39 -07:00
Onuralp SEZER
263d88bf77
docs: 📝 typos fixed in example documentation and new person added into example list
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-18 20:06:34 +03:00
Onuralp SEZER
c18f9bf625
chore(formatter): 🧹 files formatting fixed
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-18 20:01:04 +03:00
pre-commit-ci[bot]
670e9c5afc
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-18 15:18:55 +00:00
Rafael Levy
e320db492c
adding heatmap example
...
I haven't figured out how to add the video output file, but I can link the file below:
https://www.kaggle.com/code/hinepo/yolov8-supervision-heatmap-track-count/output?select=heatmap_and_track.mp4
2023-12-18 12:13:15 -03:00
Paul
678156c1f1
Missed a couple README updates with last commit
2023-12-18 07:06:45 -07:00
Paul
362e9f7b43
Address some review feedback:
...
- separated args list in examples between inference and ultralytics
- added depricated decorator to from_roboflow
- use `with supress(...)` for parsing inference response models instead of checking instance type (no more pydantic dep)
- a few other README changes
2023-12-18 06:59:59 -07:00
pre-commit-ci[bot]
109ff2db6c
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-15 16:42:53 +00:00
Paul
af5861557b
Added examples using `inference` to each example directory and updated requirements and READMEs accordingly.
2023-12-15 09:38:05 -07:00
Paul Guerrie
2f0b10a36d
WIP: Small update to accept BaseModel type for `from_roboflow` method.
...
Also adding Inference examples.
2023-12-14 22:24:09 +00:00
pre-commit-ci[bot]
d71cb82a87
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-13 14:46:54 +00:00
SkalskiP
770d7893c6
Final `README.md` updates
2023-12-13 15:45:14 +01:00
Piotr Skalski
6ec5c24d7e
Update `README.md` with example results
2023-12-13 15:34:47 +01:00
pre-commit-ci[bot]
e8df6e6795
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-13 14:01:56 +00:00
SkalskiP
a967d78021
Merge remote-tracking branch 'origin/example/count_people_in_zone' into example/count_people_in_zone
2023-12-13 14:59:31 +01:00
SkalskiP
b678d44182
Changing annotation style from `BoxCornerAnnotator` to `BoundingBoxAnnotator`.
2023-12-13 14:58:43 +01:00
pre-commit-ci[bot]
697704354a
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-13 13:46:32 +00:00
SkalskiP
5f7ad5f4d3
Update `README.md` in example projects.
2023-12-13 14:45:17 +01:00
pre-commit-ci[bot]
f7a3a408fa
fix(pre_commit): 🎨 auto format pre-commit hooks
2023-12-13 13:29:42 +00:00
SkalskiP
852eec4c6a
Initial commit 🎉
2023-12-13 14:28:16 +01:00
Onuralp SEZER
180fdf2168
fix(examples): 🐞 tracking LabelAnnotator and traffic_analysis deps fixed
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-08 02:56:23 +03:00
Hugo Dutra
b77bab39de
Rename script.sh to setup.sh
...
changing the file name.
2023-10-24 12:37:52 -03:00