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

fsns problem #45

Open
wushilian opened this issue Aug 1, 2018 · 9 comments
Open

fsns problem #45

wushilian opened this issue Aug 1, 2018 · 9 comments

Comments

@wushilian
Copy link

Hi,fsns has 4 views img,so how to deal 4 imgs by one network?

@Bartzi
Copy link
Owner

Bartzi commented Aug 1, 2018

Do you want to know how we deal with the 4 different views at the same time?

This is actually quite easy:

  1. we take the 4 views and split them into 4 different images
  2. those 4 different images are put into the feature extractor (CNN) as independent images
  3. after the extraction of features we fuse all 4 views together by concatenating them at the channel dimension (in our case dimension 1)
  4. We get a prediction using all 4 images at the same time =)

@wushilian
Copy link
Author

@Bartzi Thank you very much,by the way,fsns has the blank label ‘ ’,How do you to deal with it?

@Bartzi
Copy link
Owner

Bartzi commented Aug 3, 2018

do you have problems with the blank label as the result of your prediction?
If so, you can just strip this label from your predicted word.

@wushilian
Copy link
Author

@Bartzi thank you very much!

@chunhui999
Copy link

@Bartzi Hi, could you tell me where can I find the code about the way to deal with the 4 different views at the same time? Thank you.

@Bartzi
Copy link
Owner

Bartzi commented Sep 26, 2018

Which part are you interested in? The part where we split the input image into 4 independent images, or the part where the features of all four images are fused together?

@chunhui999
Copy link

If convenient, I wanna know both, because I think it's a complete process.

@Bartzi
Copy link
Owner

Bartzi commented Sep 26, 2018

We split the views here
and reunite them here

@chunhui999
Copy link

Thanks a lot.^_^

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

3 participants