Python deep learning modules which are commons for few projects

Jérôme BUISINE 026a42df59 Documentation updates 4 лет назад
classes 941047b935 Update of Transformation use case 4 лет назад
config 026a42df59 Documentation updates 4 лет назад
models cc42c92045 Update of cnn_models import 4 лет назад
utils d74e202a20 Update scene name extraction data 4 лет назад
.gitignore c88a9227f2 First version of common modules project 4 лет назад
LICENSE c88a9227f2 First version of common modules project 4 лет назад
README.md 026a42df59 Documentation updates 4 лет назад
__init__.py c88a9227f2 First version of common modules project 4 лет назад
requirements.txt d606c0e805 Update of data and config 4 лет назад

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