Python datasets.coco.coco() Examples

The following are 1 code examples of datasets.coco.coco(). You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may also want to check out all available functions/classes of the module datasets.coco , or try the search function .
Example #1
Source File: coco.py    From RGB-N with MIT License 5 votes vote down vote up
def _get_default_path(self):
    """
    Return the default path where PASCAL VOC is expected to be installed.
    """
    #return os.path.join(cfg.DATA_DIR, 'CASIA2')
    return os.path.join(cfg.DATA_DIR, 'cocostuff/coco/splicing')