Skip to content

Hough Transform Peak Detection Using Deep Learning

Notifications You must be signed in to change notification settings

hossboll/ht-peaks-detection

 
 

Repository files navigation

Hough Transform Peaks Detection

The scripts are contained in jupyter notebooks, and can be accessed trhough google-colab, kaggle or any other notebook kernel. Following are the instructions to install an run locally.

Installation

Even though it can be installed in the global python environment, it is prefferable to install it in a virtual environment as follows:

  1. Install virtualenv if you don't already have it.

    pip install virtualenv

  2. Create a new virtual environment via the virtualenv package.

virtualenv .venv

3.Install python packages requirements.

pip install -r requirements.txt

Usage

You can explore the scripts in any online notebook kernel available, or you can run it locally by using an IDE with notebook support, like vs-code. You can also run the Jupyter Notebook interface by issuing the following command on a terminal:

  1. cd ht-peaks-detection/
  2. jupyter notebook

Heloísa and Lucas, March 20, 2023.

About

Hough Transform Peak Detection Using Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%