Skip to content

Create Program to Process Images Locally from ML Model #10

@keenanjohnson

Description

@keenanjohnson

Now that we have seen promising results from training our own image processing machine learning model, we should create a local application that let's anyone process images easily. All the code is currently open source, but requires quite a bit of setup to still use which isn't ideal.

https://github.com/keenanjohnson/underwater-auto-image-encoder

The major processing steps:

  1. Convert from gpr to tiff file (currently I use the official go pro tool to do this)
  2. Process the image with the inference.py script in (https://github.com/keenanjohnson/underwater-auto-image-encoder)

Item 2 above is the most difficult part, but I am hoping it's easy to package both steps into one little program as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions