-
Notifications
You must be signed in to change notification settings - Fork 110
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
Where is the CNN model for classification? #24
Comments
You can find the model at this link: https://drive.google.com/drive/folders/1MK0Om7Lx0wRXGDfNcyj21B0FL1T461v5?usp=sharing |
I am also running into this problem, for batches. It's referring to multiple models in the script, and I see no mention of where to find these models in the README? |
Same issue for me as well. |
I am having the same issue, especially for element detection. When I use the model from the Google drive link, it does not seem to match the one needed for element detection, since I get an error saying that Kernel shape does not match length of input. - For reference, these are the three models listed for element detection, but commented out in the CNN.py file. |
I figured it out - this repository seems to be in a half-finished state, with a lot of leftover code that isn't actually used. Here's what you need to do:
Ignore any other references to other models or files on the author's system, as they do not actually seem to be used. One more thing to mention is that, by default, the program is only configured to show 4 categories of classifications. It either doesn't show the rest or crashes (I don't remember) if an element is classified as something other than those 4 categories. You might need to edit the code to handle this. That said, the classifier didn't work well at all for me (it didn't classify a single element successfully). Your mileage may vary, but maybe there's a reason it's disabled by default. |
The text was updated successfully, but these errors were encountered: