Skip to main content

Efficient-Det Implementation in Keras

Project description

EfficientDet

Start with following command:

export PYTHONPATH="$PWD/src"

All commands should be executed in efficientdet/.

To test trained model on validation dataset you can use the jupyter notebook or python script in examples/.

For your own implementation set the dataset path and path to the trained model. Default paths are set to efficient/dataset.

To run all tests:

python3 -m unittest

To train neural network

python3 src/efficient_det/train.py --dataset_path /path/to/dataset/

When using Ray Tune verbose is default set to False. Use W&B for visualization.

Pip

python3 -m efficient_det.run_training --dataset_path ~/efficientdet/voc_data --use_wandb

Imports with pip needs to be like

from efficient_det.models.efficient_net import create_efficientnet

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

efficient-det-0.1.0.tar.gz (27.8 kB view hashes)

Uploaded Source

Built Distribution

efficient_det-0.1.0-py3-none-any.whl (36.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page