Instructions to use builtinnya/bsr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use builtinnya/bsr with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("builtinnya/bsr") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -21,5 +21,6 @@
|
|
| 21 |
"12": "inverter",
|
| 22 |
"13": "expired_medicine",
|
| 23 |
"14": "adrenaline_shot"
|
| 24 |
-
}
|
|
|
|
| 25 |
}
|
|
|
|
| 21 |
"12": "inverter",
|
| 22 |
"13": "expired_medicine",
|
| 23 |
"14": "adrenaline_shot"
|
| 24 |
+
},
|
| 25 |
+
"transformers_version": "4.44.0"
|
| 26 |
}
|