ai-station-code/wudingpv/taihuyuan_roof/dataloaders/mypath.py

10 lines
326 B
Python
Raw Normal View History

2025-05-06 11:18:48 +08:00
class Path(object):
@staticmethod
def db_root_dir(dataset):
if dataset == 'thy_roof':
return '/home/qiqq/q3dl/datalinan/taihuyuan_roof/' # folder that contains VOCdevkit/.
else:
print('Dataset {} not available.'.format(dataset))
raise NotImplementedError