PyTorch
About
No description provided for this workspace.
Solutions
0No solutions published yet.
Published applications from this workspace will appear here.
Components
2
Detect Objects (TorchServe)
JPEG-encodes each Image and posts it to a TorchServe-hosted detection model, parsing the JSON response into one per-detection record, then projecting that record onto the connected output shape: boxes, geometry, labels, a count, or an overlay, filtered by confidence.

Classify Image (TorchServe)
Classifies each Image through a TorchServe-hosted model archive; the ranked result projects onto the connected arm: Classification, [Classification], String, [DetectedClass], UInt64, or [Double].

