Clone me with git clone git@github.com:cvjena/blob_detector.git
Blob detection algorithms for insects on a single-color (white) screen.
pip install ammod-blob-detector
conda create -n detector python~=3.9.0
conda activate detector
pip install --upgrade pip
pip install -r requirements.txt
make
# will require to install additional packages: pip install cvargparse~=0.5 pyqt5 scikit-image
python blob_detector/detect.py blob_detector_cpp/examples/images/2021-08-02_Weinschale_4846.JPG
See blob_detector_cpp for more details.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.