Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add support for TensorFlow graph with "encoded_image_string_tensor" operation
  • Loading branch information
kinhong authored Mar 12, 2020
1 parent 4f58120 commit b96a833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The **Label Map File** is the label map file in protobuf format (`.pbtxt`).

The **Saved Model Location** is the *folder* where the `.pb` file is located. If it is at `/opt/model/saved_model/saved_model.pb`, then the location should be specified as `/opt/model/saved_model`. Also, the `.pb` file must be named `saved_model.pb`.

OpenLabeler supports graphs with the `image_tensor` and `encoded_image_string_tensor` operations/input types.

## Training Support

*Note: This is currently an experimental feature.*
Expand Down

0 comments on commit b96a833

Please sign in to comment.