Python deep learning modules which are commons for few projects

Jérôme BUISINE 48511974ec Merge branch 'release/v0.1.3' 5 lat temu
classes 941047b935 Update of Transformation use case 5 lat temu
config c36be3d73e Update of documentation 5 lat temu
models cc42c92045 Update of cnn_models import 5 lat temu
utils d74e202a20 Update scene name extraction data 5 lat temu
.gitignore c88a9227f2 First version of common modules project 5 lat temu
LICENSE c88a9227f2 First version of common modules project 5 lat temu
README.md c36be3d73e Update of documentation 5 lat temu
__init__.py c88a9227f2 First version of common modules project 5 lat temu
requirements.txt d606c0e805 Update of data and config 5 lat temu

README.md

Thesis common modules

Description

Project which contains dependencies used in few developed projects:

TODO : add others projects references

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