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

Implement RA-CNN in tensorflow #9

Open
Kongsea opened this issue Dec 18, 2017 · 6 comments
Open

Implement RA-CNN in tensorflow #9

Kongsea opened this issue Dec 18, 2017 · 6 comments

Comments

@Kongsea
Copy link

Kongsea commented Dec 18, 2017

How to implement formular (4) in the paper?
If we have the three tensors, tx, ty and tl with the shape (None, 1) respectively, how do we get the corresponding mask M?

In python, we can use two loops as:
for x in tx:
for y in ty:
mask[x, y] = hx(x, y)

Then how to implement this in TensorFlow?
Thank you.

@Kongsea
Copy link
Author

Kongsea commented Dec 18, 2017

Maybe we need tensor operations or broadcasting?
I'm not very familiar with that.

@Kongsea
Copy link
Author

Kongsea commented Dec 19, 2017

It seems it's my fault. I have used an image with unequal width and height, so it caused error when calculating Mask.

@cocowf
Copy link

cocowf commented Dec 28, 2017

@Kongsea Is it convenient for you to leave a contact?for qq or others

@felix-duan
Copy link

who has implemented the network by tensorflow?

@Ostnie
Copy link

Ostnie commented May 23, 2018

@cocowf @felix-duan Do you have implemented the network by tensorflow? I have some trouble in APN ,and I described my question in Issue area. Could you please help me?

@XZNWU
Copy link

XZNWU commented Jul 16, 2018

Do you have implemented the network by tensorflow? @cocowf @felix-duan @Ostnie

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

5 participants