-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
pdf_images.py: command not found #2
Comments
hacky solution: I included the absolute path to the pdf_images.py file in the makefile |
I now have the same issue with the other files in the bin folder. I solved it too by creating a variable with the absolute path to these scripts in the makefile, but that should not be necessary. |
Were you able to test the whole thing? After the changes I made to the makefile, I was able to run it with the original command, however the It should be doing the latter, right? Edit: I guess it is doing the former as the latter might lead to overfitting. |
Also, still not clear to me why Wouldn't there be duplicate lines in the final iteration because of this? |
When trying to running acdc with a pdf instead of images, I immediately get the following error:
The script creates a folder for the images extracted from the pdf but then fails to recognize that the pdf_images.py is in the bin folder of the acdc_train folder.
The text was updated successfully, but these errors were encountered: