-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
| Sample: From low resolution to high resolution |
Hi, I have a question regarding the merge_input function in your code. Specifically, the docstring mentions:
def merge_input(self, sample, encoder_hidden_length, encoder_attention_mask):
"""
Merge the input video with different resolutions into one sequence
Sample: From low resolution to high resolution
"""However, when looking at the implementation, it seems to me that this function might not actually handle different resolutions, but rather incorporates historical frame information. Could you please clarify if this function indeed processes inputs of varying resolutions, or if it only deals with historical conditions from past frames?
Thank you for your time and for providing this project!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels