atticus-carter's picture
Update README.md
5c8f569 verified
|
Raw
History Blame Contribute Delete
1.08 kB

A newer version of the Gradio SDK is available: 6.19.0

Upgrade
metadata
title: OceanCV
emoji: 🦑
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 6.9.0
app_file: app.py
pinned: false
language: en
license: mit
tags:
  - ocean
  - computer-vision
  - yolo
  - detection
  - marine-science
datasets:
  - OceanCV
metrics:
  - map
  - precision
  - recall

OceanCV_FirstPass

Unified marine object detection model.

Dataset Overview

  • Total Images: 8,605
  • Total Annotations: 85,557
  • Classes: 1 (object)
  • Input Resolution: 1024x1024

Performance Metrics (Epoch 87)

Metric Value
mAP50 85.1%
mAP50-95 61.3%
Precision 87.7%
Recall 77.8%

Visualizations

Results Confusion Matrix Normalized Confusion Matrix F1 Curve Precision Curve Recall Curve PR Curve Labels

Usage

from ultralytics import YOLO
model = YOLO("OceanCV_FirstPass.pt")
results = model.predict("image.jpg", imgsz=1024)