localdevices / pyorc

Surface velocity, object tracking, and river flow measurements in an open-source API
GNU Affero General Public License v3.0
140 stars 33 forks source link

make a faster alternative for get_frames #139

Open hcwinsemius opened 1 year ago

hcwinsemius commented 1 year ago

For operational processing with limited CPUs, it can be much faster to load the entire blob of frames in memory at once, and only then process things chunkwise.