File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ pip >= 20.3
2
+ torch >= 1.7.0
3
+ torchvision >= 0.8.1
4
+ numpy >= 1.19.2
5
+ albumentations >= 0.4.3
6
+ opencv-python >= 4.1.2.30
7
+ pudb >= 2019.2
8
+ imageio >= 2.9.0
9
+ imageio-ffmpeg >= 0.4.2
10
+ pytorch-lightning >= 1.0.8
11
+ omegaconf >= 2.0.0
12
+ test-tube >= 0.7.5
13
+ streamlit >= 0.73.1
14
+ einops >= 0.3.0
15
+ more-itertools >= 8.0.0
16
+ transformers >= 4.3.1
17
+ -epython> =3.8.5
18
+ pip >= 20.3
19
+ cudatoolkit >= 10.2
20
+ torch >= 1.7.0
21
+ torchvision >= 0.8.1
22
+ numpy >= 1.19.2
23
+ albumentations >= 0.4.3
24
+ opencv-python >= 4.1.2.30
25
+ pudb >= 2019.2
26
+ imageio >= 2.9.0
27
+ imageio-ffmpeg >= 0.4.2
28
+ pytorch-lightning >= 1.0.8
29
+ omegaconf >= 2.0.0
30
+ test-tube >= 0.7.5
31
+ streamlit >= 0.73.1
32
+ einops >= 0.3.0
33
+ more-itertools >= 8.0.0
34
+ transformers >= 4.3.1
Original file line number Diff line number Diff line change 8
8
import numpy as np
9
9
import torch
10
10
from taming .data .helper_types import Annotation
11
- from torch . _six import string_classes
11
+ string_classes = str
12
12
from torch .utils .data ._utils .collate import np_str_obj_array_pattern , default_collate_err_msg_format
13
13
from tqdm import tqdm
14
14
You can’t perform that action at this time.
0 commit comments