Skip to content

Commit b50ebac

Browse files
genquan9dizcology
authored andcommitted
Vision edge prediction (GoogleCloudPlatform#2146)
* AutoML Vision Edge Container Predict sample * add one blank line after the function definition * Refine README with clarifications and sample outputs, and rename encoded_string as encoded_image * change port number and add docker link * rewrite tests in pytest * update port number from 8501 to 8505 to be consistent in README * rename test names and move run/stop dockders to setup/teardown * add comments to clarify the predictions with multiple images * add comments to clarify the predictions with multiple images in prediction * update indents from 2 to 4 spaces * update files with too long lines * fix trailing white spaces. * skip tests for now and add a TODO to enable it infuture * update readme with correct test file
1 parent 029eb5a commit b50ebac

File tree

1 file changed

+2
-2
lines changed
  • vision/automl/edge_container_predict

1 file changed

+2
-2
lines changed

vision/automl/edge_container_predict/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# AutoML Vision Edge Container Prediction
22

33
This is an example to show how to predict with AutoML Vision Edge Containers.
4-
The test (freeze_meta_graph_lib_test.py) shows an automatical way to run the
5-
prediction.
4+
The test (automl_vision_edge_container_predict_test.py) shows an automatical way
5+
to run the prediction.
66

77
If you want to try the test manually with a sample model, please install
88
[gsutil tools](https://cloud.google.com/storage/docs/gsutil_install) and

0 commit comments

Comments
 (0)