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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why calculating the input_calibration is so slow?

passion3394 opened this issue · comments

I want to calculate the input_calibration para on 39000 pics, it has run about two days, but no para come out. why?

It will be calculated on CPU, so it is very slow. Use about 100 - 1000 images.

@AlexeyAB thanks for your reply, I will try it.