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 9c57771 commit 881e991Copy full SHA for 881e991
benchmark/dataset.py
@@ -1,12 +1,13 @@
1
import os
2
import shutil
3
import tarfile
4
-import tqdm
5
import urllib.request
6
from dataclasses import dataclass, field
7
-from typing import Dict, Optional, Callable
+from typing import Callable, Dict, Optional
8
from urllib.request import build_opener, install_opener
9
+import tqdm
10
+
11
from benchmark import DATASETS_DIR
12
from dataset_reader.ann_compound_reader import AnnCompoundReader
13
from dataset_reader.ann_h5_reader import AnnH5Reader
0 commit comments