Skip to content

A Nvidia docker container environment for training and executing RetinaNet with tensorflow.

License

Notifications You must be signed in to change notification settings

aribornstein/RetinaNetDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RetinaNetDocker-

A Nvidia docker container environment for training and executing RetinaNet with keras.

To Use Run the following commands

  • sudo nvidia-docker build -f Dockerfile -t retinanet .

  • sudo nvidia-docker run -it -d -p 0.0.0.0:6006:6006 -p 0.0.0.0:8888:8888 -v {data path}:/data/retinanet

  • nvidia-docker exec -it {docker id} bash

  • Replace the classes in the keras_retinanet pascal preprocessor file with custom classes

  • keras_retinanet/bin/train.py pascal {/data/path to data}

About

A Nvidia docker container environment for training and executing RetinaNet with tensorflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published