TheCacophonyProject / classifier-pipeline

Exports tracked animals through thermal vision.
GNU General Public License v3.0
21 stars 14 forks source link

add cache to disk as cmd line, and cache as float32 #140

Closed gferraro closed 3 years ago

gferraro commented 3 years ago

This can be used by processing to not cache smaller cptv files and improve performance.

Also noticed that was getting different classifications with cached and non cached due to it being cached as float16

When caching was always doing optical flow, changed so it doesn't bother when it isnt needed