745e633e54e438abd4efb1919688d3c126f8a10b,gluoncv/data/pascal_aug/segmentation.py,VOCAugSegmentation,classes,#VOCAugSegmentation#,88
Before Change
@property
def classes(self):
Category names.
return ("background", "airplane", "bicycle", "bird", "boat", "bottle",
"bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse",
"motorcycle", "person", "potted-plant", "sheep", "sofa", "train",
"tv")
After Change
@property
def classes(self):
Category names.
return type(self).CLASSES
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: dmlc/gluon-cv
Commit Name: 745e633e54e438abd4efb1919688d3c126f8a10b
Time: 2020-03-30
Author: turiphro@gmail.com
File Name: gluoncv/data/pascal_aug/segmentation.py
Class Name: VOCAugSegmentation
Method Name: classes
Project Name: dmlc/gluon-cv
Commit Name: 745e633e54e438abd4efb1919688d3c126f8a10b
Time: 2020-03-30
Author: turiphro@gmail.com
File Name: gluoncv/data/mscoco/segmentation.py
Class Name: COCOSegmentation
Method Name: classes
Project Name: dmlc/gluon-cv
Commit Name: 745e633e54e438abd4efb1919688d3c126f8a10b
Time: 2020-03-30
Author: turiphro@gmail.com
File Name: gluoncv/data/pascal_voc/segmentation.py
Class Name: VOCSegmentation
Method Name: classes