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
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
python model/helper/dolphin_detector_train.py --data_path <PATH-TO-YOUR-FOLDER/DOLPHIN> --device cuda