Python deep learning modules which are commons for few projects

Jérôme BUISINE 0557aa1609 Merge branch 'release/v0.1.8' 4 lat temu
classes 941047b935 Update of Transformation use case 4 lat temu
config 32f474bf88 Add of new method for postfix image name 4 lat temu
models 8c3e907f03 Erase of CNN models from common modules 4 lat temu
utils 32f474bf88 Add of new method for postfix image name 4 lat temu
.gitignore c88a9227f2 First version of common modules project 4 lat temu
LICENSE c88a9227f2 First version of common modules project 4 lat temu
README.md 026a42df59 Documentation updates 4 lat temu
__init__.py c88a9227f2 First version of common modules project 4 lat temu
requirements.txt d606c0e805 Update of data and config 4 lat temu

README.md

Thesis common modules

Description

Project which contains dependencies used in few developed projects:

Configuration file

There is few configuration files (config folder):

  • global: contains common variables of project
  • attributes: extends from global and contains specific variables
  • cnn: extends from global and contains specific variables for Deep Learning

Add as dependency

git submodule add https://github.com/prise-3d/Thesis-CommonModules.git modules

License

The MIT License