We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0_Parade_Parade_0_452.jpg => ./WIDER_train_annotations/0_Parade_Parade_0_452.xml Traceback (most recent call last): File "convert.py", line 86, in convertWFAnnotations(ARGS['annotations_path'], ARGS['target_path'], ARGS['images_path']) File "convert.py", line 55, in convertWFAnnotations folder, basename, path, width, height = parseImFilename(imFilename, imPath) File "convert.py", line 41, in parseImFilename im = Image.open(os.path.join(imPath, imFilename)) File "/home/cp2016/cp201613/epp/venv/lib/python3.8/site-packages/PIL/Image.py", line 2843, in open fp = builtins.open(filename, "rb") FileNotFoundError: [Errno 2] No such file or directory: './WIDER_train/images/0 0 0 0 0 0 0 0 0 0'
The text was updated successfully, but these errors were encountered:
replace this while i < int(nbBndboxes) or i == 0: in line 60
Sorry, something went wrong.
fix: #7
No branches or pull requests
0_Parade_Parade_0_452.jpg => ./WIDER_train_annotations/0_Parade_Parade_0_452.xml
Traceback (most recent call last):
File "convert.py", line 86, in
convertWFAnnotations(ARGS['annotations_path'], ARGS['target_path'], ARGS['images_path'])
File "convert.py", line 55, in convertWFAnnotations
folder, basename, path, width, height = parseImFilename(imFilename, imPath)
File "convert.py", line 41, in parseImFilename
im = Image.open(os.path.join(imPath, imFilename))
File "/home/cp2016/cp201613/epp/venv/lib/python3.8/site-packages/PIL/Image.py", line 2843, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: './WIDER_train/images/0 0 0 0 0 0 0 0 0 0'
The text was updated successfully, but these errors were encountered: