Detail

Lin AtomSegNet model test AS 10

aristana_uchicago/Lin_AtomSegNet_test_AS_10
Copy
Python static method

Input

input image and three other args
Type: dict

Output

the coordinates of located atomic columns
Type: ndarray
Shape: ['None', 'None']

Run with DLHub SDK

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

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('aristana_uchicago/Lin_AtomSegNet_test_AS_10')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation