-
Notifications
You must be signed in to change notification settings - Fork 31
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
Plant Category Name #11
Comments
There are 1081 classes in total. None of them has ID 4. The classes ID starts at 1355868 and ends up at 1718287. However, note that deep learning frameworks label classes from 0 to the number of classes minus one (here 1080). I guess that 4 means that it is the |
It requires folders 'train', 'val' and 'test', which are not referenced by any other scripts. How do I get these? |
Alright so I did a bit of searching and found out that you'd have to split the dataset into these three folders. Do I need to use the |
Also something's wrong with the pretrained model. Here's my code: https://pastebin.com/jvFjJsxc (don't look at how I tried mapping indexes to ids, it probably won't work). It always returns index |
@maximiliense sorry for pinging, but it's been three days and you still haven't answered so I have no clue if you've seen this or not. |
These are folders that already exist when you download the dataset, so you don't have to create them. |
Which images are you testing on ? Are these images in the test set ? How many images did you try ? Thanks |
Thank you so much for replying! These folders did not show up in the archive preview, so I was a little confused there. I will try downloading the dataset. |
I am testing on the images from the README from this repository, plus one image of my plant. I'll send it when I get home |
Hi @Milk-Cool, I have the same behaviour as you on these images. Bests |
Thanks for the answer @garcinc ! That explains pretty much everything. |
@Milk-Cool did you ever get better results? |
no, not really, i'm too lazy to train the model tbh |
Are you sure that. json file is correct? Why did I display the ID of the first image as 4 when running the demo, but an error was reported indicating that this key does not have a corresponding value? Also, if possible, could you upload a version of the. txt key and value that corresponds to each other? Additionally, from the code, there are over 1080 classes in total, right
The text was updated successfully, but these errors were encountered: