Skip to content

an Open-source project to track fish using underwater sonar.

Notifications You must be signed in to change notification settings

minamaged113/fish-tracking

Repository files navigation

Fish Tracking

Make new virtualenv using python3

cd
git clone https://github.com/minamaged113/fish-tracking.git
cd fish-tracking
virtualenv -p python3 venv/ #or you can also use $ python3 -m venv venv
source venv/bin/activate

Install requirements

remember to change the path according to your version of python

pip install -r requirements.txt

Windows

Read more

To find multiple research documents and articles about the topic, please visit the following link

Sample Files

To find couple of sample files and their respective output, please refer to the following link

Download Executables

To download the executable, click here

Build from Source

TODO

State

  • README [in Progress]
  • Code comments [in Progress]
  • Installation instructions [in Progress]
  • Documentation [in Progress]
  • User Manual [in Progress]
  • MVP Architecture [in Progress]

About

an Open-source project to track fish using underwater sonar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages