Detail

Atomai SegResNet_5 for 5-fold CV

jwei74_wisc/Atomai_SegResNet_5_five_fold_CV
Copy
Ziatdinov Maxim; Jingrui Wei
Python static method
general materials science microscopy

Input

Dict of input image array and resize factor, or a list of dicts
Type: dict

Output

List of the coordinates of located atomic columns for all the inputs
Type: ndarray

Run with DLHub SDK

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

Get More Info with DLHub SDK

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

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation