Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
64 lines (46 loc) · 1.01 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.01 KB

Oxford IIIT Pet Dataset Neural Networks

Estructura del proyecto

.
├── src/
│   ├── model.py
│   ├── train.py
│   ├── data.py
│   ├── architectures.py
│   └── bench.py
├── data/
├── docs/
├── notebooks/
├── LICENSE
└── README.md

Tareas (TODOs)

  • Clasificación perro/gato
  • Clasificación de razas
  • Detección de cabezas
  • Segmentación de animales

Requisitos

pip install -r requirements.txt

Uso

Prepación de datos

python src/data.py -h

Entrenamiento

python src/train.py -h

Benchmark

python src/bench.py -h

Arquitectura

python src/architectures.py

Licencia

Este proyecto se distribuye bajo la licencia MIT. Para más información, ver el archivo LICENSE.