Object Detection
ultralytics
yolo
yolo11
yolo26
worker-detection
person-detection
industrial
safety
computer-vision
Instructions to use etemkocaaslan/balkontech-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use etemkocaaslan/balkontech-models with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("etemkocaaslan/balkontech-models") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- yolo11x_best.pt +3 -0
- yolo26x_best.pt +3 -0
yolo11x_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:155624aa8952c29ed29f5189a79e85967dfbbb9b8eb7cf109be1b8a94964dacd
|
| 3 |
+
size 114363673
|
yolo26x_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32c26660e0203640017ac2cf409217f677c9fb5c573fd09e092e45473dab8500
|
| 3 |
+
size 118288869
|