Detail

ObjectDetection_basictest

rjacobs3_wisc/ObjectDetection_test_2021-11-02_v4
Copy
Python static method

Input

image input as numpy array
Type: ndarray
Shape: ['None', 'None', 'None']

Output

image output as numpy array
Type: ndarray
Shape: ['None', 'None', 'None']

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/ObjectDetection_test_2021-11-02_v4', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/ObjectDetection_test_2021-11-02_v4')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation