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