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 matched_rgb/results.png with huggingface_hub
Browse files- .gitattributes +1 -0
- matched_rgb/results.png +3 -0
.gitattributes
CHANGED
|
@@ -4,3 +4,4 @@
|
|
| 4 |
thermal_original/results.png filter=lfs diff=lfs merge=lfs -text
|
| 5 |
thermal_merged/results.png filter=lfs diff=lfs merge=lfs -text
|
| 6 |
rgb/results.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 4 |
thermal_original/results.png filter=lfs diff=lfs merge=lfs -text
|
| 5 |
thermal_merged/results.png filter=lfs diff=lfs merge=lfs -text
|
| 6 |
rgb/results.png filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
matched_rgb/results.png filter=lfs diff=lfs merge=lfs -text
|
matched_rgb/results.png
ADDED
|
Git LFS Details
|