Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add clarification for label_filename in classification docs #7766

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/protocol/extension_classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ Content-Length: <yy>
}
```

Label association is accomplished by setting the `label_filename` for the
given output parameter in the model configuration. See the
[proto](https://github.com/triton-inference-server/common/blob/578491fc3944f77d16a6a38e3d7691c485c47ba0/protobuf/model_config.proto#L462)
for further details. An example label file can be found
[here](https://github.com/triton-inference-server/server/blob/35033413d3d6f9d4ff679ef65a2a92a37ecfba64/docs/examples/model_repository/inception_graphdef/inception_labels.txt)
in the sample model repository for image classification.

## GRPC

The classification extension requires that the “classification”
Expand Down