Skip to content

Commit 65ebe1d

Browse files
committed
typo
1 parent bbf6c26 commit 65ebe1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tensorlayer/files.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,7 @@ def load_celebA_dataset(dirpath='data'):
708708
return data_files
709709

710710
def load_voc_dataset(path='data/VOC', dataset='2012', contain_classes_in_person=False):
711-
""" Pascal VOC 2012 Dataset has 20 objects "aeroplane", "bicycle", "bird",
712-
"boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable",
713-
"dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa",
714-
"train", "tvmonitor"`` and additional 3 classes ``"head", "hand", "foot"
715-
for person.
711+
""" Pascal VOC 2012 Dataset has 20 objects "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"`` and additional 3 classes ``"head", "hand", "foot" for person.
716712
717713
Parameters
718714
-----------

0 commit comments

Comments
 (0)