-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Couldn't open file #1184
Comments
@VincentDuf Hi, Do you use this repository or orginal one? In this repository it can't do such changes, a changes replace-function: Lines 208 to 229 in 3d2d0a7
In the original repo there is this funny issue: pjreddie#842 Try to use the latest version of this repository. |
Okay thanks for answering, I think I might have this problem as it replaces all "image" string in "labels". Where can I find the latest version ? I downloaded just 2 days ago I supposed it is the latest one right ? Otherwise I will change the name of my image to avoid this issue. |
Did you download this repository https://github.com/AlexeyAB/darknet 2 days ago? Try to download this: https://github.com/AlexeyAB/darknet/archive/master.zip |
Aaah I forgot to say but I installed darknet using JK Jung's blog (https://jkjung-avt.github.io/yolov3/) but it is still based on the darknet original repository as he used this "git clone https://github.com/pjreddie/darknet yolov3". I compared the utils.c in my repository and the one you gave me and here is the difference: |
Hi,
I'm currently trying to train a yolov3-tiny network, but I have recurrent errors.
Each time I launch the command it tells me this:
couldn't open file: data/aphids/black_r_labels(number).txt
First, all my image and their text file associated are existing in the "aphids" directory (i used the Yolo_mark GUI) and all the image are listed in the "train.txt" file.
Second it looks after "black_r_labels(46).txt" for example and several other, and when I retry it is other file (so 145 , 32, 78) for instance, I don't know why.
Finally it looks after "black_r_labels()" despite the name of my files being "black_r_images()"...
Can anyone tell me what's wrong ?
Thank you
The text was updated successfully, but these errors were encountered: