Detail

ObjectDetection_basictest

rjacobs3_wisc/ObjectDetection_test_2022-08-15
Copy
Python static method

Input

input image and nm to pixel arg
Type: dict

Output

Dataframe containing image with predictions and numerous calculated properties
Type: python object

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('rjacobs3_wisc/ObjectDetection_test_2022-08-15', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/ObjectDetection_test_2022-08-15')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation