LabelImage
Stay organized with collections
Save and categorize content based on your preferences.
Sample use of the TensorFlow Java API to label images using a pre-trained model.
Inherited Methods
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Methods
public
static
void
main
(String[] args)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2022-10-27 UTC.
[null,null,["Last updated 2022-10-27 UTC."],[],[],null,["# LabelImage\n\npublic class **LabelImage** \nSample use of the TensorFlow Java API to label images using a pre-trained model. \n\n### Public Constructors\n\n|---|-----------------------------------------------------------------------------------------------|\n| | [LabelImage](/versions/r2.11/api_docs/java/org/tensorflow/examples/LabelImage#LabelImage())() |\n\n### Public Methods\n\n|-------------|--------------------------------------------------------------------------------------------------------------------|\n| static void | [main](/versions/r2.11/api_docs/java/org/tensorflow/examples/LabelImage#main(java.lang.String[]))(String\\[\\] args) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public\n**LabelImage**\n()\n\n\u003cbr /\u003e\n\nPublic Methods\n--------------\n\n#### public static void\n**main**\n(String\\[\\] args)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| args | |\n|------|---|"]]