Andrei-Edward Popa

Results 1 issues of Andrei-Edward Popa

Hi! On this line of code `hw[ pos : pos + numBox , :] = np.multiply(gridSize*scale, np.squeeze(np.dstack([asp1,asp2]),axis=0))[:numBox,:]`, I think `gridSize*scale` need to be replaced with `IMG_SIZE/gridSize*scale`. The `gridSize` is the...