We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b7c1e commit c633629Copy full SHA for c633629
1 file changed
cloud_diffusion/dataset.py
@@ -12,7 +12,10 @@
12
DATASET_ARTIFACT = 'capecape/gtc/np_dataset:v0'
13
14
class CloudDataset:
15
-
+ """Dataset for cloud images
16
+ It loads numpy files from wandb artifact and stacks them into a single array
17
+ It also applies some transformations to the images
18
+ """
19
def __init__(self,
20
files, # list of numpy files to load (they come from the artifact)
21
num_frames=4, # how many consecutive frames to stack
0 commit comments