Detail

DefectTrack test4

jwei74_wisc/DefectTrack_test4
Copy
Rajat Sainju; Wei-Ying Chen; Samuel Schaefer; Qian Yang; Caiwen Ding; Meimei Li; Yuanyuan Zhu
Python static method
general materials science microscopy

Input

image sequencce and OPTIONAL hyperparameters: conf_thresdet_thres
Type: dict

Output

panda dataframe containing info of detected defects in each frame.
Type: python object

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('jwei74_wisc/DefectTrack_test4', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('jwei74_wisc/DefectTrack_test4')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation