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:
- Convert from gpr to tiff file (currently I use the official go pro tool to do this)
- 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.
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:
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.