Sudhakar

Results 2 issues of Sudhakar

![map](https://user-images.githubusercontent.com/18436807/51741446-40c03680-2097-11e9-8bdf-d55b3967ef52.png) I used darknet yolo-v3(alexeyAB) to predict the validation 5000 images from COCO2014 which gives mAP of 54.37% detections_count = 237764, unique_truth_count = 35757 class_id = 0, name = person,...

I am using data loader from pytorch and data transform using your code. I am getting this error, "TypeError: img should be CV Image. Got " How to feed cvImage...