matthewearl / deep-anpr

Using neural networks to build an automatic number plate recognition system
MIT License
1.85k stars 697 forks source link

extractbgs.py error help!! #96

Open zn254937d opened 6 years ago

zn254937d commented 6 years ago

Traceback (most recent call last): File "C:\deep-anpr-master\extractbgs.py", line 97, in extract_backgrounds(sys.argv[1]) File "C:\deep-anpr-master\extractbgs.py", line 62, in extract_backgrounds t = tarfile.open(name=archive_name) File "C:\Python27\lib\tarfile.py", line 1675, in open return func(name, "r", fileobj, **kwargs) File "C:\Python27\lib\tarfile.py", line 1740, in gzopen fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj) File "C:\Python27\lib\gzip.py", line 94, in init fileobj = self.myfileobj = builtin.open(filename, mode or 'rb') IOError: [Errno 2] No such file or directory: 'SUN397.tar.gz'

what should I do? 我該怎麼辦

ZhimingHsu commented 6 years ago

Do you have SUN397.tar.gz at extractbgs.py folder?