Skip to content

Commit 2028f75

Browse files
authored
Update dataset.py
1 parent b8c034e commit 2028f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/STB/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from pycocotools.coco import COCO
2323

2424
class Dataset(torch.utils.data.Dataset):
25-
def __init__(self, transform, mode, annot_subset):
25+
def __init__(self, transform, mode):
2626
self.mode = mode
2727
self.root_path = '../data/STB/data'
2828
self.rootnet_output_path = '../data/STB/rootnet_output/rootnet_stb_output.json'

0 commit comments

Comments
 (0)