Skip to main content

Image recognition software to crop photos of marine ecosystems. Made for the MBOM Pole to Pole project.

Project description

QuadrantRecon

QuadrantRecon is an image recognition tool designed to crop quadrants from photos of marine ecosystems, as a preprocessing step for CoralNET. As configured by default, this tool will recognize yellow quadrants from the MBOM Pole to Pole Project on any file you select and crop their inside area. The detection parameters can be configured to detect other colors, crop differently sized images, or even ignore different parts of the image to detect other quadrant-like shapes.

Installation

You can install QuadrantRecon via pip:

# Linux
pip install quadrantrecon

# Windows
py -m pip install quadrantrecon

Afterwards, we need to download the model weights. You can find the default one here. You can change the file name to sam_vit_h.pth and place it in the folder where the program is executed to load it automatically, or you can provide your own file with the --model-path and --model-type flags:

# Linux
python -m quadrantrecon --model-path sam_vit_h_4b8939.pth --model-type vit_h

# Windows
py -m quadrantrecon --model-path sam_vit_h_4b8939.pth --model-type vit_h

Usage

The program can be invoked by using the -m flag as follows. You can use the --help command to see possible options.

# Linux
python -m quadrantrecon --help

# Windows
py -m quadrantrecon --help

You can run the program in batch mode by using more than 1 filename or specifying an input folder.

Development setup

Prerequisites

Installing dependencies

First, we need to install the required submodules. We can do this using git:

git submodule update --init --recursive

If you are using another git client, look up how to initialize submodules with it.

Afterwards, we need to download the model weights. You can find the default one here. Change the file name to sam_vit_h.pth and place it in this folder.

Then, we need to install the python dependencies. A virtual env is recommended, but particularly on windows, it might not work correctly, so feel free to skip this step. You can create one to install the program like this:

# Linux
python3.12 -m venv venv/
source venv/bin/activate

# Windows
py -m venv venv/
source venv/Scripts/Activate.ps1

To finish up, we need to install the python dependencies and the package itself. Make sure to choose the correct command for your setup.

# Linux (no CUDA support)
pip install . --index-url https://download.pytorch.org/whl/cpu

# Linux (with CUDA support)
pip install .

# Windows (no CUDA support)
py -m pip install .

# Windows (with CUDA support)
py -m pip install . --index-url https://download.pytorch.org/whl/cu121

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quadrantrecon-1.0.4.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quadrantrecon-1.0.4-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file quadrantrecon-1.0.4.tar.gz.

File metadata

  • Download URL: quadrantrecon-1.0.4.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.2

File hashes

Hashes for quadrantrecon-1.0.4.tar.gz
Algorithm Hash digest
SHA256 759a1c125620116e6943ec8a2550855f887c3ab7d45a72744f6e6190b01c78d8
MD5 ec0690c9b78d1df5e01e4ede9d7b3bea
BLAKE2b-256 df68d6f3cdda41ddcc0b10f89bc4097c632873a8dbc87d71434ab2cd3921ba4d

See more details on using hashes here.

File details

Details for the file quadrantrecon-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: quadrantrecon-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.2

File hashes

Hashes for quadrantrecon-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a45941eee7d635847ba6ead172c57732d2c1d460e4e8676d128f5333d59e74cf
MD5 c109c11a662832993f0ad4901fca7ad7
BLAKE2b-256 ab5ec8bd156873ba0cd4a25eefddb49882225326be46b2dc2ea130f12866a3eb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page