cory8249

Results 5 issues of cory8249

I traced YOLOv2 C code last few days, I think there is a misunderstanding about 'mask' and 'scale'. In this pytorch repo, the mask is used for loss function. It...

Hi @longcw , Thank you for sharing this awesome implementations. Actually I found this is the only one which runs as fast as YOLO's original darknet C code. I have...

Hi, thank you for sharing this awesome python implementation. Can you please implement the DCF function in python? In the paper, the author clams that DCF is 70% faster than...

Hi, I use both this version and original caffe version, and test same image (data/demo/dog.jpg) with GTX1070 GPU, CUDA 8.0, CUDNN 5.1 Caffe: 14 ms (71 fps) MXNet: 33 ms...