After successfully make the caffe-mlkp/ and lib/ , I download the ResNet model provided in BaiduYun. Run the test_net.py for voc_2007_test, but only get Mean AP = 0.7224.
I also tried to train the VOC2007, with a imagenet-pretrained-VCC16 model (~500MB), but after 50000 iters, I get an AP around 0, I think there must be something wrong with my implementation. Could you give me some clue?
For training the voc2007, is there anything need to be modified in config.py, solver.prototext or somewhere else?
After successfully make the caffe-mlkp/ and lib/ , I download the ResNet model provided in BaiduYun. Run the test_net.py for voc_2007_test, but only get Mean AP = 0.7224.
I also tried to train the VOC2007, with a imagenet-pretrained-VCC16 model (~500MB), but after 50000 iters, I get an AP around 0, I think there must be something wrong with my implementation. Could you give me some clue?
For training the voc2007, is there anything need to be modified in config.py, solver.prototext or somewhere else?
This is the picture i took during training.