Ajinkya Bobade
Ajinkya Bobade
@bmachin I am running ``` sudo docker run -p 8500:8500 -p 8501:8501 \ --mount type=bind,source=/home/serveradmin/models/facenet/20180402-114759/tensorflow_serving,target=/home/serveradmin/Documents/ajinkya/output/facenet/model_facenet/my_model/1/ \ --mount type=bind,source=/home/serveradmin/Documents/ajinkya/output/facenet/models.config,target=/models/models.config \ -t tensorflow/serving --model_config_file=/models/models.config ``` Here source = path of saved_model.pb generated...
@bmachin After some elaborate efforts I got the output embedding array using tf serving. The output of my ```saved_model_cli show --all --dir /``` (```path_to_your_model ``` is the full path not...
@LuWei6896 I have a pb file. How did get output from the pb file. What script did you use ?
@LuWei6896 I want to use pb graph and get inference. Can you help ?
Try OCRB.traineddata. Usage: tesseract input.jpg output.txt -l OCRB
Tesseract needs proper input image try changing the image input by applying morphological transforms/ text localization algorithms and then run it through tesseract
close #110
I was using a load balancer and did not mention auth service cookie in header so that was causing this issue.
> > @kimwnasptd I rebased the PR on top of the latest branch. > > > Specifically, the new AuthService will expect the logout URL to be /authservice/logout > >...
Crop your input training data to small size in your config file. The less is the size the faster your FPS