Kevin Ke-Yun Lin
Kevin Ke-Yun Lin
Can you remove the output files (*-train.mat, *-test.mat), and extract the features again?
Please provide your matlab log information, so we can look into your problem.
Dose Matlab have any warning during feature extraction? We have to check your feature extraction. It seems like there is a GIGO problem.
GIGO means garbage in garbage out.. It's hard to debug because I can not reproduce your error. Since you have the CNN model, input data and evaluation codes, you should...
@sjean If you fix the error, please report your solution here to help other people.
Before running any evaluation codes, please run `startup.m` or launch Matlab at the caffe's root folder. This can avoid the path problem.
Thanks for your interest in this repo. Could you please try evaluating the json file we provided, and see how it goes?
Thanks. Since caffe have many updates, you may use our modified caffe here if you want to quickly reproduce the results. I am currently busy with other projects. Will check...
We use the official COCO API to compute the score. Please refer the math formula to http://cocodataset.org/#keypoints-eval
Technically the h5 file can be converted to pb file for deploying on Tensorflow. It is doable, but it requires additional post-processing. The h5 files only have weights. If you...