AlexeyAB / yolo2_light

Light version of convolutional neural network Yolo v3 & v2 for objects detection with a minimum of dependencies (INT8-inference, BIT1-XNOR-inference)
MIT License
302 stars 116 forks source link

conflicting types for ‘transpose_bin’ #19

Open shingte opened 6 years ago

shingte commented 6 years ago

I got the following issue no matter I turn on GPU flag or not.

./src/additionally.c: At top level: ./src/additionally.c:416:6: error: conflicting types for ‘transpose_bin’ void transpose_bin(uint32_t A, uint32_t B, const int n, const int m, ^ compilation terminated due to -Wfatal-errors.

AlexeyAB commented 6 years ago

I fixed it. Try to update your code from GitHub and recompile.

shingte commented 6 years ago

Yes, I can compile it now. Thanks for the quick fix!

On Mon, Oct 22, 2018 at 1:19 PM Alexey notifications@github.com wrote:

I fixed it. Try to update your code from GitHub and recompile.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AlexeyAB/yolo2_light/issues/19#issuecomment-431922679, or mute the thread https://github.com/notifications/unsubscribe-auth/AKP692pl-WUq2HZGC0vUzFnXQpuU6DNTks5ungwwgaJpZM4Xz0DG .