cliffordlab / AutoTriage_release

Automatic passive triage for fever and cyanosis
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Please provide ./tmp/test.pnm file #4

Open humza909 opened 2 years ago

humza909 commented 2 years ago

Please provide test.pnm file to get started with the code. Following line in measure.py:

"flir_im = np.array(Image.open('./tmp/test.pnm'))[:120,:]"

Looking to hear back at the earliest.

Thanks

zifanjiang commented 2 years ago

Hi,

The .pnm file is a 160x120 bitmap encoded in pnm format, generated by the Lepton 3.5 camera. You can generate a "pseudo-map" of the same size for testing purpose.

best, Zifan