Slashdot Mirror


User: sevarac

sevarac's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:This wont work... on Image Recognition Neural Networks, Open Sourced · · Score: 1

    1. What if you want to classify pictures that have different sizes (not too uncommon)? Wont work because you first have to set a fixed number of neurons in your first layer.

    All images are scaled to the same dimensions determined by the sample resolution settings.

    2. What about different locations of the same object?

    This problem is not adresed here. Suggested approach can be used on whole images or specific known image locations.

  2. Re:!Open Sourced on Image Recognition Neural Networks, Open Sourced · · Score: 1

    Hi, you're right when you say the Neuroph has always been open source, but the image recognition used by http://dota-autoscript.com/ has not been open source. With this release of Neuroph we added the image recognition support based on ideas and original code from http://dota-autoscript.com./