Object Detection
ultralytics
TensorBoard
PyTorch
v8
ultralyticsplus
yolov8
yolo
vision
awesome-yolov8-models
Eval Results (legacy)
Instructions to use keremberke/yolov8s-table-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use keremberke/yolov8s-table-extraction with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("keremberke/yolov8s-table-extraction") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Fine tuning
#1
by nash0823 - opened
Is there any documentation on how I can fine-tune this model with my own set of images containing tables?
keremberke changed discussion status to closed