Object Detection
ultralytics
ONNX
English
chart
charts
fintwit
stocks
crypto
finance
financial
financial charts
graphs
financial graphs
plot
plots
financial plots
cryptocurrency
Eval Results (legacy)
Instructions to use StephanAkkerman/chart-info-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use StephanAkkerman/chart-info-detector with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("StephanAkkerman/chart-info-detector") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Chart Info Detector (YOLO12n)
|
| 2 |
+
|
| 3 |
+
Latest model from run `12n`.
|
| 4 |
+
|
| 5 |
+
- Test mAP50 (all classes): **0.6848**
|
| 6 |
+
- Trained with Ultralytics YOLO on `StephanAkkerman/chart-info-yolo`.
|
| 7 |
+
|
| 8 |
+
See `results.csv` for full metrics.
|