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

Question Architecture (images) #6

Open
MZ82020 opened this issue Feb 23, 2023 · 3 comments
Open

Question Architecture (images) #6

MZ82020 opened this issue Feb 23, 2023 · 3 comments

Comments

@MZ82020
Copy link

MZ82020 commented Feb 23, 2023

Hello,

Thank you for your amazing work! But I have a question. You use images in your architecture but in the code the configuration is set to False: Load_image, video_back and background_back are set set false in your code. How is this? Can you explain me please? Where is the part of the extract and use of images please? How you use your images please?

Thanks!

@abduallahmohamed
Copy link
Owner

abduallahmohamed commented Feb 23, 2023 via email

@MZ82020
Copy link
Author

MZ82020 commented Feb 23, 2023

I didn't really understand the part related to the use of images. What is the difference between Load_image, video_back and background_back please? Can you give me more details on the part where you use the images please?

@abduallahmohamed
Copy link
Owner

Sorry for the delayed response.
The model has three modes:

  1. Without any images or video data, this is where we set load_img = false
    We set load_img = true so the data loader load all images in these two modes:
  2. One that uses the last image observed in a sequence, we set background_back = true in this case, so the model uses the last observed image to fuse with the observation embedding.
  3. One that uses all of the images observed in a sequence (aka video), we set video_back = true, so the model uses the whole sequence as embedding

I hope this helps

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

2 participants