Instructions to use cpraschl/bambi-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use cpraschl/bambi-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("cpraschl/bambi-models") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload rgb/weights/best.pt with huggingface_hub
Browse files- rgb/weights/best.pt +3 -0
rgb/weights/best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24215d0210794be5f9327a6a43b209bbae130ed4cc5529708a2f9263be69a02a
|
| 3 |
+
size 118400997
|