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

There are some problems in the implementation of 'recurrent_hourglass.py'. #13

Open
sunyasheng opened this issue Mar 5, 2019 · 0 comments

Comments

@sunyasheng
Copy link

In the implementation of 'recurrent_hourglass.py'. There is only oneConvGRUCell

self.convgru_cell = ConvGRUCell

But it seems that there are supposed to be n_levels ConvGRUCell, each of which tackles one type of resolution feature maps. As for the recurrent part, I think you can just maintain the hidden state of GRUCell and let the input at next timestep come in.

That's my understanding of the paper Instance Segmentation and Tracking with Cosine Embeddings and Recurrent Hourglass Networks. If you think in another way, let me know.

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