-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
What is the requirements for the data folder #7
Comments
So, there's a little tooltip next to the input field that says this:
That's admittedly a little cryptic. I used to have more detailed instructions on there, but they were cluttering up the page. Here is the folder layout that DIGITS is looking for:
So, you would enter |
@ducminhnguyen, were you able to build your dataset? |
I have try to layout the folder as you said, digit detect the folder and the number of image right but when it starts building the dataset file the same error occurs. |
Ok, then there might be something else going wrong. I'm filing this as a bug for poor error-catching. I have plans for improving the error catching in this area, so that you get a better idea of what's going wrong. In the meantime, what is your Pillow version? Run this: |
I have also try to add data from the Mnist example in the web installer but it get the same error |
I finnally manage to import my files. The problem with it is that I use the original caffe for digits when I switch to NVIDIA/caffe it works perfectly. |
Is it possible to create dataset from .bmp images? |
Image formats other than JPEG and PNG are not currently supported. But it is trivial to add support for more. I'm opening a new issue for this, as it is unrelated to @ducminhnguyen's problem. |
Just wondering if 16bit PNGs are also accepted? Thanks. |
I haven't tried it myself, but DIGITS should load the images just fine. However, they will be converted to 8-bits before saving to the database or passing to caffe for testing. See here: Is that a problem? Would you like to work with 16-bit data? Have you done that with caffe before? |
Shouldn't be a huge issue (i think). I am using it for medical images (DICOM), which tend to be 16 bit greyscale. Good to know. I'll probably stick to 8bit. |
hi, I could load mnist and train ,test that dataset. now I find medical Xray dataset, and build folder train and test and their classes and labels like mnist also it is in the path that mnist is there. but when I want to create dataset in digit, it cant create dataset and show this error message"ERROR: you do not have read access to folder "/home/homay/Xray/train". how can I solve this problem? |
When I try to import data, I have this problem. My folder contain sub folder for each class. I am not sure if there are other requirements for the data folder. If there is any requirements for the data folder, could you please inform me of it
ERROR: no images added
The text was updated successfully, but these errors were encountered: