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

Some models for the Oxford IIIT Pet Dataset

License

Notifications You must be signed in to change notification settings

Sergimayol/oxford-IIIT-pet-NNs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.