Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #60

Merged
merged 8 commits into from
May 20, 2023
Merged

Dev #60

merged 8 commits into from
May 20, 2023

Conversation

zcemycl
Copy link
Owner

@zcemycl zcemycl commented May 20, 2023

No description provided.

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile
* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow
* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization
* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse
* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update
@zcemycl zcemycl merged commit 3570452 into staging May 20, 2023
2 checks passed
zcemycl added a commit that referenced this pull request May 20, 2023
* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Dev (#60)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update
zcemycl added a commit that referenced this pull request May 20, 2023
* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Dev (#60)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* Delete image (#63)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* update release.yml
zcemycl added a commit that referenced this pull request May 20, 2023
* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Dev (#60)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* Delete image (#63)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* update release.yml

* Dev (#67)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* update release.yml

* skip pypi upload

* Update release.yml

* whitespace?
zcemycl added a commit that referenced this pull request May 20, 2023
* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Dev (#60)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* Delete image (#63)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* update release.yml

* Dev (#67)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* update release.yml

* skip pypi upload

* Update release.yml

* whitespace?

* Dev (#69)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* Bugfix/tag release/20 05 2023 (#59)

* Staging (#52)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Staging (#57)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Dev (#51)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Dev (#56)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* Features/model opt cluster prune (#44)

* Refactoring 12 05 2023 (#37) (#38) (#39)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Staging (#43)

* Refactoring 12 05 2023 (#37) (#38)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Dev (#42)

* Refactoring 12 05 2023 (#37)

* update directory structure

* delete _paths.py

* update ci pipeline

* update

* update requirements.txt

* comment out some tests

* separate out dependencies based on conditions

* update

* test on train and convert2tflite

* test deploy

* test colab

* remove all _paths

* test dockerfile

* Features/functional api (#41)

* update backbone function api for vgg16

* update room boundary part of the model

* complete prototype of dfp function api

* complete dfp func model

* test train on dfp func

* test convert2tflite and deploy

* update readme

* update app.py for func

* update jupyter notebook for subclass/func

* delete pdb

* update github workflow

* change tf model opt package version

* add a network graph of dfp func

* add pruning

* add weight clustering

* add quantization aware training but failed

* update

* add mobilenetv1 mobilenetv2 backbones

* update

* update experiments on size optimization

* Refactor/18 05 2023 (#54)

* add backbone, feature names, feature channels options

* update

* update convert2tflite

* add toml file possible

* update training argparse options

* complete dfp.train

* test deploy and convert2tflite with toml file

* notebook new change with toml file

* update dockerfile

* fixing flask upload image route

* fixing flask upload image route

* update UPLOAD EXTENSIONS

* update links to toml files

* update readme for argparse

* update

* update

* update release.yml

* skip pypi upload

* Update release.yml

* whitespace?

* raycasting with pygame (#68)

* remove hit tag

* initialise game in dfp module

* update pygame dependency

* add pygame loop to display floorplan

* update player control and player locs

* refactor draw direction

* add prototype, need to fix dda

* fix fish eye, adjust color, correct dda

* add some new floorplans

* add demo gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant