https://github.com/dekhtiarjonathan/dagm2007_tf_utils
https://github.com/dekhtiarjonathan/dagm2007_tf_utils
cnn convolutional-neural-networks dagm dagm2007 deeplearning inspection manufacturing tensorflow utils
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dekhtiarjonathan/dagm2007_tf_utils
- Owner: DEKHTIARJonathan
- License: mit
- Created: 2019-02-20T21:07:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T11:42:24.000Z (over 6 years ago)
- Last Synced: 2025-01-23T03:46:29.443Z (9 months ago)
- Topics: cnn, convolutional-neural-networks, dagm, dagm2007, deeplearning, inspection, manufacturing, tensorflow, utils
- Language: Python
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAGM 2007 Dataset - Tensorflow Utility Files
This repository contains a set of tools and utility which can be helpful to develop deep/machine learning on the DAGM2007 dataset.
## Usage
```bash
./download_and_preprocess_dagm2007.sh /path/to/dataset/directory/# or directly if the dataset has already been downloaded and structured by the script above:
python preprocess_dagm2007.py --data_dir=/path/to/dataset/directory/raw_image/private/
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## Contact
Jonathan Dekhtiar - contact@jonathandekhtiar.eu
## License
[MIT](https://choosealicense.com/licenses/mit/)