General repo for work with Berkeley Fire Lab https://pyro.turtlebasket.ml
 
 
 
 
 
 
Go to file
michael 114a1d895e update example image 2022-10-20 17:40:18 -07:00
examples add dennis image 2022-10-19 18:38:25 -07:00
matlab-version add matlab version 2022-10-12 12:14:13 -07:00
screenshots update example image 2022-10-20 17:40:18 -07:00
static add scaling factor & equation settings 2022-10-20 17:33:15 -07:00
templates add scaling factor & equation settings 2022-10-20 17:33:15 -07:00
.gitignore add scaling factor & equation settings 2022-10-20 17:33:15 -07:00
Makefile use pipenv in makefile 2022-10-12 12:27:37 -07:00
Pipfile restructure, start flask stuff 2022-10-11 13:19:48 -05:00
Pipfile.lock return & render base64 instead of saving imgs 2022-10-12 12:27:52 -07:00
README.md add screenshots 2022-10-16 15:54:24 -07:00
flask_frontend.py add scaling factor & equation settings 2022-10-20 17:33:15 -07:00
ratio_pyrometry.py add scaling factor & equation settings 2022-10-20 17:33:15 -07:00

README.md

Pyrometry image processing

Interface Screenshots

Input View Results

Developing the web frontend

To serve in production:

gunicorn flask_frontend:app

To autoreload on source file changes:

gunicorn flask_frontend:app --reload

Temperature maps

Grayscale pyrometry: currently basic; uses grayscale opencv import, then just applies a jet filter. Doesn't yet copy the full impl in the paper.

Ratio pyrometry: pretty damn close to what's in the paper but it's very broken atm

Test image:

Ratio pyrometry result (with convolutional smoothing):

According to general researcher consensus, ratio pyrometry is supposed to be more accurate.

Grayscale pyrometry result: