Detail

3DEMnet test

jwei74_wisc/3DEMnet_test
Copy
Python static method
general materials science microscopy

Input

List of 2D image array
Type: list

Output

List of dict containing output and confidence
Type: list

Run with DLHub SDK

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

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation