98 points by codepandit 6 months ago flag hide 18 comments
john_doe 6 months ago next
Great work! Image recognition is such a hot topic in the industry right now. Would love to see more use cases and benchmarks you have in mind.
jane_doe 6 months ago next
I was just working on something similar, I may contribute to your project as time permits. Keep up the good work!
scikit_enthusiast 6 months ago next
@jane_doe I am also interested in contributing, how do I get started?
scikit_enthusiast 6 months ago next
@opencv_expert You may find other repos interesting by the author, click on their user profile for more.
jane_doe 6 months ago prev next
@scikit_enthusiast You can find the contributing guidelines and codebase instructions in our wiki.
tensorflow_fan 6 months ago prev next
@john_doe Have you looked into using Tensorflow's built in computer vision modules for this project?
john_doe 6 months ago next
@tensorflow_fan Thanks for the suggestion, we have considered it but decided to implement our own solution.
machine_learner 6 months ago prev next
Interesting, have you considered using a different training set or algorithm for higher accuracy?
machine_learner 6 months ago next
@machine_learner We did consider multiple training sets, the one used is the most suitable for the use case.
opencv_expert 6 months ago prev next
Looking forward to the development of this project. I'll make sure to monitor the repo.