General repo for work with Berkeley Fire Lab https://pyro.turtlebasket.ml
 
 
 
 
 
 
Go to file
michael d7539559f5 fix image output aspect ratio 2022-10-12 11:50:52 -07:00
examples working interface 2022-10-11 18:03:00 -05:00
static working interface 2022-10-11 18:03:00 -05:00
templates fix image output aspect ratio 2022-10-12 11:50:52 -07:00
.gitignore working interface 2022-10-11 18:03:00 -05:00
Makefile working interface 2022-10-11 18:03:00 -05:00
Pipfile restructure, start flask stuff 2022-10-11 13:19:48 -05:00
Pipfile.lock restructure, start flask stuff 2022-10-11 13:19:48 -05:00
README.md almost-working prototype 2022-10-11 15:46:53 -05:00
flask_frontend.py working interface 2022-10-11 18:03:00 -05:00
ratio_pyrometry.py working interface 2022-10-11 18:03:00 -05:00

README.md

Pyrometry image processing

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: