bennetthardwick / darknet.js

A NodeJS wrapper of pjreddie's darknet / yolo.
65 stars 27 forks source link

add DARKNET_BUILD_WITH_AVX option #42

Closed ngoan98tv closed 3 years ago

ngoan98tv commented 3 years ago

I find out that enable AVX help reducing detection time very much so I do this pull request to help later forks.

When combining following options, the detection time is 30x faster (CPU only)

DARKNET_BUILD_WITH_OPENMP=1
DARKNET_BUILD_WITH_OPENCV=1
DARKNET_BUILD_WITH_AVX=1
bennetthardwick commented 3 years ago

Awesome, thanks!