Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BVRA
/
TurtleDetector

Image Segmentation
ultralytics
English
object-detection
yolo
turtles
head
flippers
carapace
Model card Files Files and versions
xet
Community

Instructions to use BVRA/TurtleDetector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use BVRA/TurtleDetector with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("BVRA/TurtleDetector")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
TurtleDetector / training /turtle_detector
5.96 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
WildlifeDatasets's picture
WildlifeDatasets
Added training scripts
bb14d6a unverified 3 months ago
  • __init__.py
    83 Bytes
    Added training scripts 3 months ago
  • masks.py
    2.7 kB
    Added training scripts 3 months ago
  • utils.py
    3.17 kB
    Added training scripts 3 months ago