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

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

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/)