We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cc89a commit 24d48e8Copy full SHA for 24d48e8
requirements_demo.txt
@@ -8,4 +8,6 @@ Pillow==7.0.0
8
pyyaml
9
scikit-image
10
imgaug
11
-sklearn
+sklearn
12
+tqdm
13
+natsort
test_fishy_torch.py
@@ -6,7 +6,6 @@
6
import torchvision.transforms as transforms
7
from torchvision.transforms import ToPILImage, ToTensor
import yaml
-import bdlb
import random
from options.test_options import TestOptions
import sys
@@ -183,6 +182,7 @@ def estimator(image):
183
182
184
185
if __name__ == '__main__':
+ import bdlb
186
# define fishyscapes test parameters
187
fs = bdlb.load(benchmark="fishyscapes")
188
# automatically downloads the dataset
0 commit comments