You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some computer vision applications it is viable to reduce precision from, for example, float64 to float32/float16 or even to int. Maybe, it would be more faster to compute first guess in, for example, float16 and move to float64 to find finer solution.
In some computer vision applications it is viable to reduce precision from, for example, float64 to float32/float16 or even to int. Maybe, it would be more faster to compute first guess in, for example, float16 and move to float64 to find finer solution.
Cf. Lazy computation mode #25
The text was updated successfully, but these errors were encountered: