alexgkendall / caffe-posenet

Implementation of PoseNet
Other
496 stars 204 forks source link

Upload own image doesn't work fine #23

Open lengly opened 6 years ago

lengly commented 6 years ago

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?

lengly commented 5 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
DRAhmadFaraz commented 5 years ago

@lengly Are you able to train the pose-net on your own custom images.?