CoolFace
Datasetpublic

introvoyz041/polymer-dynamics_experimental-data

Descriptions Converting script import pickle from pathlib import Path import numpy as np from datasets import Dataset DATA_DIR = Path("/path/to/cached/hugging_face/datasets/for/MLDS-NUS/Experimental_Images") # should end with something like "snapshots/fd299418e9435f8fd98956a3f0a7344d208cc142" def calc_left_right(data: np.ndarray): left_rights = [] for im in data: nonzero_columns = (im != 0).any(axis=-2) left = nonzero_columns.argmax()… See the full description on the dataset page: https://huggingface.co/datasets/introvoyz041/polymer-dynamics_experimental-data.

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes12downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
introvoyz041/polymer-dynamics_experimental-data · CoolFace