Open LaurentGarcia opened 2 months ago
I think you should cancel the comment in dataprocess.run(args.subject_path,args.ignore_existing)
. This code will generate data\va\iris\496.txt
. This step will check if you have geneated iris.txt file. and dataprocess.run(args.subject_path,args.ignore_existing)
will generate iris/*.txt for each image(if eye is visible). You can refer to answer
I believe this code is not working:
if name == 'main': args = get_config() dataprocess = DataProcessor(args)
dataprocess.run(args.subject_path,args.ignore_existing)
for example in my custom data, folder va: for every irish , format name: data\va\iris\496 and then check if exist : \va\landmark2d\data\va\iris\496.txt always false because concanate both?
Sounds weird.