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
301 stars 116 forks source link

Box.c #57

Open Thilanka97 opened 5 years ago

Thilanka97 commented 5 years ago

@AlexeyAB Hey, why do you use a different Box.c ? Have you a different box.c code for yolov2 ? what is the reason for this?

Thanks in advance!