chenjun
chenjun
thanks for your work, could you upload the pretrained model? thanks.
it looks like do not support autograd. have you try? @diggerdu
could you give the ImageNet pre-trained weights link, thanks.
thanks for your project. I'm wondering why, when computing IOU, compute the IOU of a rectangle, not a polygon
is it i don't install the detectron?
could you upload ther pretrained model for test.thanks!
when i read the code, i am confused about `th13 = (2 * xc - input_W - 1) / (input_W - 1)`, cloud you give some links for explain this...
fix batchnorm data type debug
i change the order of assembly instructions in `MMult_4x4_18.h`as follow: ``` " ld1 {v8.4s}, [%0], #16 \n" // 载入4个float32 float32_4 a,a += 4 " ld1 {v0.4s}, [%1], #16 \n" //...