Skip to content
Showcase/Object Detection
intermediateimage

Object Detection

Draw bounding boxes around objects for object detection model training.

Labels:outdoornatureurbanpeopleanimal+

Archivo de configuraciónconfig.yaml

annotation_task_name: "Object Detection"
task_name: "Object Detection"
task_description: "Draw bounding boxes around all objects of interest."
task_dir: "."
port: 8000

data_files:
  - "sample-data.json"

item_properties:
  id_key: "id"
  text_key: "image_url"
  image_key: image_url

annotation_schemes:
  - annotation_type: image_annotation
    name: objects
    description: "Draw boxes around objects"
    tools:
      - bbox
    labels:
      - "Person"
      - "Car"
      - "Dog"
      - "Cat"

output_annotation_dir: "output/"
output_annotation_format: "json"

Datos de ejemplosample-data.json

[
  {
    "id": "1",
    "image_url": "https://images.unsplash.com/photo-1517849845537-4d257902454a?w=640"
  },
  {
    "id": "2",
    "image_url": "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=640"
  }
]

Obtener este diseño

View on GitHub

Clone or download from the repository

Inicio rápido:

git clone https://github.com/davidjurgens/potato-showcase.git
cd potato-showcase/templates/image/object-detection
potato start config.yaml

Detalles

Tipos de anotación

image_annotation

Dominio

Computer Vision

Casos de uso

Object DetectionBounding Box

Etiquetas

object-detectionbboxcomputer-visionyolo

¿Encontró un problema o desea mejorar este diseño?

Abrir un issue