An open API service indexing awesome lists of open source software.

https://github.com/lovesaroha/image-segmentation-training

Training a keras model to do image segmentation using Oxford-IIIT Pet Dataset.
https://github.com/lovesaroha/image-segmentation-training

image-segmentation machine-learning pyhton tensorflow

Last synced: 11 months ago
JSON representation

Training a keras model to do image segmentation using Oxford-IIIT Pet Dataset.

Awesome Lists containing this project

README

          

# Image-Segmentation-Training
Training a keras model to do image segmentation using Oxford-IIIT Pet Dataset.

## Requirements
- Python 3 or higher.

## Packages

### Tensorflow
```bash
py -m pip install tensorflow
```
### Matplotlib
```bash
py -m pip install matplotlib
```
### Tensorflow Datasets
```bash
py -m pip install tensorflow_datasets
```
### Tensorflow Examples
```bash
py -m pip install git+https://github.com/tensorflow/examples.git
```

## Start Training
```bash
py training.py
```