Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strayswonderland/imagetoedgesconverter
https://github.com/strayswonderland/imagetoedgesconverter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/strayswonderland/imagetoedgesconverter
- Owner: StraysWonderland
- Created: 2018-11-27T09:45:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T15:16:55.000Z (about 6 years ago)
- Last Synced: 2023-11-28T10:28:23.305Z (about 1 year ago)
- Language: Python
- Size: 877 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageToEdgesConverter
A simple tool for detecting edges in a set images of a given dataset and storing a new image containing only the edges for each image in the set.
Useful for generating a dataset for training a GAN for image-to-image-translation### Requirements:
- python 3.7
- open cv
- matplotlib
- numpyThese requirements in the requirements.txt.
To install them, simply open a terminal in the directory and runpip install -r requirements.txt
## Usage
open a terminal in the directory of the converter and typepython ImageToEdgesConverter.py [--i] [path to target image]