mirror of
https://github.com/JDAI-CV/DCL.git
synced 2025-06-03 14:53:15 +08:00
Update config.py
This commit is contained in:
parent
b946c9a7ab
commit
eae9fcc510
@ -67,7 +67,7 @@ class LoadConfig(object):
|
||||
self.rawdata_root = './../FGVC_product/data'
|
||||
self.anno_root = './../FGVC_product/anno'
|
||||
self.numcls = 2019
|
||||
if args.dataset == 'CUB':
|
||||
elif args.dataset == 'CUB':
|
||||
self.dataset = args.dataset
|
||||
self.rawdata_root = './dataset/CUB_200_2011/data'
|
||||
self.anno_root = './dataset/CUB_200_2011/anno'
|
||||
|
Loading…
x
Reference in New Issue
Block a user