Multi channel audio visual + Beamforming #9
Unanswered
YosraGriri
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello @YosraGriri, and thank you for your comment. I am glad you find the paper inspiring for your research.
self.audio_encoder = nn.Conv1d(
in_channels=1, # Set the number of channels you want here
out_channels=audio_hidden_channels,
kernel_size=kernel_size,
stride=kernel_size // 2,
padding=kernel_size // 2,
bias=False,
)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have read your paper and found it fascinating. I am interested in experimenting with your code to adapt it for multi-channel data possibly using beamforming. Could you provide any guidance or leads on how to approach this? This endeavor is part of my research for my master's thesis, and your assistance would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions