Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 709 Bytes

Fish classifier

This algoritm provided by PyImageSearch measure the objects in the image based on the left-most object.

Example

Peruvian sol dimensions

Trout example dimensiones

Clone this repo

git clone https://github.com/DZPeru/fish-classifier

Install requirements

pip3 install -r requirements.txt

How to run

python3 measure.py --image image.jpg --width 2.5

Where width is the width of the left-most object in the image in centimeters. In the case of peruvian sol (PEN), the diameter is 2.55 cm.