Skip to content
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

How to add multiple object ability in RAM model? #4

Open
machanic opened this issue Jun 8, 2017 · 0 comments
Open

How to add multiple object ability in RAM model? #4

machanic opened this issue Jun 8, 2017 · 0 comments

Comments

@machanic
Copy link

machanic commented Jun 8, 2017

This source code only have ability to trace and classify only one object in image.
according to arXiv:1412.7755 .
If a image has multi-label, for example, more than one mnist digits were place on the image.
after read a paper arxiv:1402.7755v2,
I thought the paper written: the multi-target learning is just a sequential learning of one-target learning for many times which is equal to the objects number in one image.
and sum the loss up to back-prop.
When I modify the code to do it, I failed! The RAM model seemed only want to find the first objects it discovered and don't care the rest of the objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant