Go to file
Jim Martens f6699b8444 Added pycocotools as dependency
Signed-off-by: Jim Martens <github@2martens.de>
2019-04-04 14:23:30 +02:00
src Moved COCO wrapper into package 2019-04-01 12:54:58 +02:00
.editorconfig Added editorconfig 2019-02-04 16:23:13 +01:00
.gitignore Initial commit 2018-11-27 14:45:31 +01:00
.gitmodules Added ssd_keras sub-module 2019-03-19 17:21:09 +01:00
LICENSE Improved formatting of LICENSE file 2019-02-08 22:59:17 +01:00
MANIFEST.in Added pycocotools as dependency 2019-04-04 14:23:30 +02:00
README.md Updated README with badges, links and some text 2019-02-08 23:40:45 +01:00
requirements.txt Added pycocotools as dependency 2019-04-04 14:23:30 +02:00
setup.py Added pycocotools as dependency 2019-04-04 14:23:30 +02:00

README.md

Masterthesis

Short blurb about what your product does.

Downloads License Python versions

One to two paragraph statement about your product and what it does.

Installation

pip install twomartens.masterthesis

Please refer to GPU support for instructions on installing the non-Python dependencies for tensorflow.

Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the Wiki.

Development setup

CHANGE

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

make install
npm test

Release History

CHANGE

  • 0.2.1
    • CHANGE: Update docs (module code remains unchanged)
  • 0.2.0
    • CHANGE: Remove setDefaultXYZ()
    • ADD: Add init()
  • 0.1.1
    • FIX: Crash when calling baz() (Thanks @GenerousContributorName!)
  • 0.1.0
    • The first proper release
    • CHANGE: Rename foo() to bar()
  • 0.0.1
    • Work in progress

Meta

Jim Martens @2martens github@2martens.de

Distributed under the Apache 2.0 license. See LICENSE for more information.

https://github.com/2martens/

Contributing

  1. Fork it (https://github.com/2martens/masterthesis/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request