Instructions to use Aleton/sidewalk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Aleton/sidewalk with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("Aleton/sidewalk") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload sidewalk.pt
Browse files- sidewalk.pt +3 -0
sidewalk.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bdc8f0691174f48ef5a6ba9661c9c9c4a88e697f7eb1100159e31f804185378
|
| 3 |
+
size 23852333
|