Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DarknetImage move float conversion into c code #25

Merged
merged 1 commit into from
Mar 5, 2022
Merged

Commits on Mar 2, 2022

  1. DarknetImage move float conversion into c code

    imgTofloat32 + fill_image_f32 took more than double the time since tofloat created needless allocations and iterate over each pixel, and fill_image in c then iterate over each pixel*3 again just to move it into the c image.
    Julian Langschaedel committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7e34b45 View commit details
    Browse the repository at this point in the history