Hi Jerin,
Thank you for sharing such nice explanation with code on road detection.
Could you please let me know which images you have considered in misc folder?
files = next(os.walk(root_path + mode + '/misc/'))[2]
print('Total number of files =',len(files))
Hi Jerin,
Thank you for sharing such nice explanation with code on road detection.
Could you please let me know which images you have considered in misc folder?
files = next(os.walk(root_path + mode + '/misc/'))[2]
print('Total number of files =',len(files))