Detail

MaskRCNN_test

None/ObjectDetection_test_2021-09-16
Copy
Python static method

Input

string of input
Type: string

Output

Predicted values from Mask R-CNN model
Type: float

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('None/ObjectDetection_test_2021-09-16', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('None/ObjectDetection_test_2021-09-16')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation