-
Notifications
You must be signed in to change notification settings - Fork 258
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
error when running tutorial #2
Comments
I am also having the same error. |
The xml files seem to be corrupted for some reason. I had to import my own image data set and label them using labelIMG. Solved the issue for me |
@NoelV94 Could you please explain me how you imported your own image data set and label them? |
Hello, I am going to download the two shared databases and find that they are the same content. What is the difference between the two? Thank you |
I stored my images in a specific folder and labeled each image using labelIMG (https://github.com/tzutalin/labelImg). LabelIMG basically creates XML labels for each image. Move all the corresponding XML files to a separate folder and place them as subdirectories as shown in the image. The format should match the original method. You can look at one of the folders provided in the main dataset to understand it. |
They seem to have updated the dataset with additional images. I still have an issue with the XML files though. I am currently using my own dataset. |
@NoelV94Thank you for your reply. I want to know if you successfully trained with your data set? |
@NoelV94 Hello, I ran the following author's test program and found that the detected image could not be displayed, but when I stepped through the program, I could display the image. Do you have any problems with this, how to solve it, thank you |
Hello, I ran the following author's test program and found that the detected image could not be displayed, but when I stepped through the program, I could display the image. Do you have any problems with this, how to solve it, thank you |
Yes. I was able to successfully train the network using my data set. Also, I have not had any issues while displaying the image. |
when running the code above above I got the following error:
Do you have this kind of issue when running the code?
The text was updated successfully, but these errors were encountered: