Charles Qi

Results 5 comments of Charles Qi

You should have seen my reply to aaron0813. I did a fork to zhengstake/caffe-yolo-9000 and a branch cadence2018. I added a python inference script under caffe-yolo-9000/examples/yolo/voc_mode/yolo_v2_test.py. The script performs inference...

I have specific reasons to utilize Caffe flow. So I haven't explored much on the Darknet code base. I suspect if you don't want to make any change to the...

I think this is the artifact of in-place operation of the second reshape layer. If you change the layer name of the second reshape layer to 'reshape2', for example, the...

I have just started looking at this code base. I'd want to make sure that it is got the basic YOLO V2 function implemented correctly. I am a little bit...

I did a fork to zhengstake/caffe-yolo-9000 and a branch cadence2018. I added a python inference script under caffe-yolo-9000/examples/yolo/voc_mode/yolo_v2_test.py. The script performs inference just as netforward.cpp. But I added visualization step....