Code of the master thesis
Project description
Master Thesis
Allows reproduction of results in my master thesis.
The package supports testing and evaluating SSD and Bayesian SSD. The results can be visualised.
Installation
pip install twomartens.masterthesis
pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI
The second line is important as Git dependencies cannot be specified in the setup.py
file.
Please refer to GPU support for instructions on
installing the non-Python dependencies for tensorflow
.
Type the following to create the configuration file and to see the options:
tm-masterthesis config list
Especially the paths have to be set to the correct values.
Usage example
tm-masterthesis --help
Lists all available commands. As most commands are nested, it is advisable to request the help at different nesting levels.
tm-masterthesis config {get,set,list}
Allows for the modification and retrieval of the configuration values.
tm-masterthesis test {ssd,bayesian_ssd} iteration train_iteration
Tests the selected network, using iteration
as identifier for the test run
and train_iteration
as identifier for the training iteration. If the config
parameter ssd_test_pretrained
is True
then the training iteration is
not relevant.
tm-masterthesis evaluate {ssd,bayesian_ssd} iteration
Runs the evaluation process using the test results identified by iteration
,
evaluation results are saved under iteration
under the evaluation path.
tm-masterthesis visualise_metrics {ssd,bayesian_ssd} iteration
Uses the evaluation results stored under iteration
and visualises
it. The score JSON and the figure images are stored under iteration
in a visualise
folder under the output path.
There are more commands but the rest can be very tightly linked to requirements in the master thesis and might therefore not be of interest generally.
Development setup
Clone the repository locally. Then execute the following commands inside the repository:
git submodule init
git submodule update
pip install -e .
pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI
Release History
- 0.1.0
- first release
Meta
Jim Martens – @2martens – github@2martens.de
Distributed under the Apache 2.0 license. See LICENSE
for more information.
The package contains the ssd_keras implementation of Pierluigi Ferrari.
Contributing
- Fork it (https://github.com/2martens/masterthesis/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file twomartens.masterthesis-0.1.0.tar.gz
.
File metadata
- Download URL: twomartens.masterthesis-0.1.0.tar.gz
- Upload date:
- Size: 159.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d74f4fdce56502c70914acf2cf3fc61bc34498eaae55ce77659dc4bbdf360ff |
|
MD5 | 86312366ef0967c10d357da3903a31ed |
|
BLAKE2b-256 | f973c59e181aec8b7de11c259f9c1ee2c4ba57dda246a052dfd44a291ffd3911 |
File details
Details for the file twomartens.masterthesis-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: twomartens.masterthesis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 195.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4a8f2d4c177a8932a9d9a68844918c9a55928c3b1cc14db8a15930f89aecbd1 |
|
MD5 | 15b5bec890cdff9c2eb04cb74c42f750 |
|
BLAKE2b-256 | c579c5afbc432b088f3528a967151c3b891d701553b988c361c59c6948c82862 |