JDAI-CV/dabnn

Integrate with NCNN

arnaudbrejeon opened this issue · 1 comments

Hi,

do you think it would be possible to integrate the binary convolution layer into NCNN? Or is it not worth the effort because it would require integrating too many layers?
We are already embedding NCNN into our app and embedding several network inference frameworks is not super convenient.

Arnaud

Hi :)

I'm also a user (and a contributor) of ncnn. I agree that a fork of ncnn with accelerated binary convolution implementation is exciting. However, I'm afraid I have no enough time to integrate them.