kardosdrur/burial-mounds-yolov8m-xview

This repository contains a YOLO model that has been finetuned by the burial_mounds Python package on the Mounds dataset.

The model is for academic use only, commercial use is prohibited due to restrictions imposed by the training datasets.

Usage

# pip install burial_mounds

from burial_mounds.model import MoundDetector

model = MoundDetector.load_from_hub("kardosdrur/burial-mounds-yolov8m-xview")

# Find bounding polygons
bounding_polygons = model.detect_mounds("some_satellite_image.png")
for polygon in bounding_polygons:
    print(polygon)

# Annotate satellite images
annotated_image = model.annotate_image("some_satellite_image.png")
annotated_image.show()

For a more detailed guide consult the YOLOv8 documentation or our documentation.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support object-detection models for burial_mounds library.

Collection including kardosdrur/burial-mounds-yolov8m-xview