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
{{ message }}
This repository was archived by the owner on Mar 16, 2023. It is now read-only.
Hi,
Thanks for the great optimizations on batch affine!
When reading the implementation for
add_affine_points_with_edge_cases(...), I found the following for loop which seems to iterate forever.for (size_t i = (num_points)-2; i < num_points; i -= 2) { ... }Any suggestions? Thanks!