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
When I run the inference script with windows paths I get FileNotFoundError.
Input: python inference.py --img_path input\IMG_0416_640x480.png --restore_from=pretrained_models\ResNet101
python inference.py --img_path input\IMG_0416_640x480.png --restore_from=pretrained_models\ResNet101
Error: FileNotFoundError: [Errno 2] No such file or directory: './output/input\\IMG_0416_640x480.png'
FileNotFoundError: [Errno 2] No such file or directory: './output/input\\IMG_0416_640x480.png'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When I run the inference script with windows paths I get FileNotFoundError.
Input:
python inference.py --img_path input\IMG_0416_640x480.png --restore_from=pretrained_models\ResNet101
Error:
FileNotFoundError: [Errno 2] No such file or directory: './output/input\\IMG_0416_640x480.png'
The text was updated successfully, but these errors were encountered: