-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The pyFishSenseDev repository is where we develop and test the tools that we eventually plan to port over to fishsense.rs. pyFishSenseDev contains tools for camera calibration, laser calibration, and fish length calculation—all necessary technology for the FishSense Lite pipeline. This is where most of the FishSense Core Technologies development will happen.
Within pyfishsensedev/
, you will find directories relating to fish segmentation, laser detection, fish-length calculation, and image preprocessing, just to name a few. Here is the "meat" of FishSense. Take a look into a few of these folders to familiarize yourself.
The fishsense-lite repository contains a CLI implementation to run the pipeline. This can be useful for testing. However, you may find it only necessary to directly test your scripts within pyFishSenseDev.