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.
- Host: GitHub
- URL: https://github.com/lovesaroha/image-segmentation-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-12T17:32:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T17:33:25.000Z (about 4 years ago)
- Last Synced: 2025-01-12T19:23:42.611Z (12 months ago)
- Topics: image-segmentation, machine-learning, pyhton, tensorflow
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```