gumdropsteve / warzone

Stat recording from (live stream) video for Call of Duty Warzone.
0 stars 0 forks source link

Look into Dask #23

Open gumdropsteve opened 3 years ago

gumdropsteve commented 3 years ago
gumdropsteve commented 3 years ago

Dask Delayed

For operations that are not dependent on each other (e.g. classifying each number crop, cropping each number crop, audio #14), Dask Delayed can be used to parallelize them. This should definitely be incorporated.

gumdropsteve commented 3 years ago

Dask Delayed

For operations that are not dependent on each other (e.g. classifying each number crop, cropping each number crop, audio #14), Dask Delayed can be used to parallelize them. This should definitely be incorporated.

Example of using dask.dealyed for multi-image opencv preprocessing...

Intro to OpenCV CUDA

From single image to Dask Delayed (Friend link)