Hilmi Kumdakci

Results 8 comments of Hilmi Kumdakci

You should modify these deploy.prototxt file to create train.prototxt where some examples are given in original caffe repository such as alexnet, vgg16. You can also convert your data into lmdb...

You can leave them as they are. They should be computed from Imagenet and should not matter a lot to change them. U can even comment them, the network should...

I solved this problem by replacing cv::Mat image= cv::imread(imageFilename, CV_LOAD_IMAGE_COLOR); line with cv::Mat image = cv::imread(imageFileName);

How did you install caffe ? From master or directly this one ?

Thank you for answer. I will report here after I try faster-rcnn with different backbones.