Skip to content

ringochuchudull/dolphinvrd

 
 

Repository files navigation

Detecting Dolphin Behaviour and Tracking Position

How to use it

Setup

In your root directory, enter this command

export PYTHONPATH=$PWD

You should have an anaconda distribution with Python3.6+, and install the dependencies via

pip install Requirement.txt
Inspecting 🅳🅾🅻🅿🅷🅸🅽 Dataset

To run the visualisation, download the data and follow the structure as listed in dataset/readme.txt. And then run the following command.

python helpers/visualise_video.py --data_path dataset/DOLPHIN --play_visualise yes --save_visualise_image f
Train an Object Detector on 🅳🅾🅻🅿🅷🅸🅽🅰🅻

python model/helper/dolphin_detector_train.py --data_path <PATH-TO-YOUR-FOLDER/DOLPHIN> --device cuda

Notes

About

Video VRD Research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Jupyter Notebook 0.3%