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 b8c034e commit 2028f75Copy full SHA for 2028f75
data/STB/dataset.py
@@ -22,7 +22,7 @@
22
from pycocotools.coco import COCO
23
24
class Dataset(torch.utils.data.Dataset):
25
- def __init__(self, transform, mode, annot_subset):
+ def __init__(self, transform, mode):
26
self.mode = mode
27
self.root_path = '../data/STB/data'
28
self.rootnet_output_path = '../data/STB/rootnet_output/rootnet_stb_output.json'
0 commit comments