Memory#
pytme is aware of the memory required for template matching operations. This enables us to map template matching problems to the available hardware and compute a splitting strategy ahead of time.
Memory usage helpers#
|
Estimate the RAM usage for a given convolution operation based on input shapes, matching_method, and number of cores. |
Abstract Base#
|
Class specification for estimating the memory requirements of template matching. |
Memory usage classes#
|
Class specification for estimating the memory requirements of template matching. |
|
Memory usage estimation for CC scoring. |
|
Memory usage estimation for LCC scoring. |
|
Memory usage estimation for CORR scoring. |
|
Memory usage estimation for CAM scoring. |
|
Memory usage estimation for FLCMSphericalMask scoring. |
|
Memory usage estimation for FLC scoring. |
|
Memory usage estimation for MCC scoring. |
|
Memory usage estimation MaxScoreOverRotations Analyzer. |
Memory usage estimation MaxScoreOverRotations Analyzer. |
|
|
Memory usage estimation for CupyBackend. |