Open lengly opened 6 years ago
@DRAhmadFaraz you can see caffe-posenet/tools/compute_image_mean.cpp after build it, maybe you can run with some command like this:
sudo build/tools/compute_image_mean examples/mnist/mnist_train_lmdb examples/mnist/mean.binaryproto
@lengly Are you able to train the pose-net on your own custom images.?
I try to use google map to select a position(nearly same with the 8 images in demo) and take a screen cut. But when I upload such image to the website, it can't return any result. If I take a screen cut on the demo images, and then submit it to the website, it works fine.
Why this demo can't response to the images from google map?