Metadata-Version: 2.1
Name: efficient-det
Version: 0.0.3
Summary: Efficient-Det Implementation in Tensorflow Keras
Home-page: https://git.hhu.de/zeboz100/efficientdet
Author: Zeynep Boztoprak
Author-email: zeynep.boztoprak@hhu.de
License: UNKNOWN
Project-URL: Bug Tracker, https://git.hhu.de/zeboz100/efficientdet/-/issues
Description: ## EfficientDet
        
        Execute all commands in **efficientdet/**
        
        export PYTHONPATH="$PWD/src"
        
        #### To run all tests:
        
        * And run **python3 -m unittest**
        
        #### To traing neural network
        
        * **python3 train.py**
        
        * Training will be logged with Tensorboard. To take a look at the training progress do: **tensorboard --logdir logs**
        
        #### Try prediction on test image with
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
