Welcome to Selam’s documentation!¶
Contents:
Selam¶
Underwater object tracking framework for Robosub
- Free software: MIT license
- Documentation: https://selam.readthedocs.io.
Features¶
- Underwater image preprocessing
- Object proposals
- Automatic machine learning
- Object tracking
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Getting Started¶
Stable release¶
To install Selam, run this command in your terminal:
$ pip install selam
This is the preferred method to install Selam, as it will always install the most recent stable release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
From sources¶
The sources for Selam can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/jinified/selam
Or download the tarball:
$ curl -OL https://github.com/jinified/selam/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install