Detail

Materials_Swelling_Cavity_Detection

rjacobs3_wisc/Materials_Swelling_Cavity_Detection_2022-06-14
Copy
Python static method

Input

Dict containing input image (numpy array), nm to pixel conversion (float), and image thickness (float)
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/Materials_Swelling_Cavity_Detection_2022-06-14', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('rjacobs3_wisc/Materials_Swelling_Cavity_Detection_2022-06-14')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation