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

where is the pixelwise sound #14

Open
TaoZheng9 opened this issue Oct 31, 2020 · 1 comment
Open

where is the pixelwise sound #14

TaoZheng9 opened this issue Oct 31, 2020 · 1 comment

Comments

@TaoZheng9
Copy link

Hi, I saw the func: forward_pixelwise in the code synthesizer, this is the one version of forward function that produce pixel-wise mask. However, throughout the code, and I found only the foward func is invoked but it is not the one of pixel-wise sound. Is there any demo that can produce pixel-wise sound?

@thirteen-bears
Copy link

The function forward_pixelwise(self, feats_img, feat_sound) helps compute the audio spectrum for all points on the feature map. Specifically, it calculates the correlation between the visual features (from an image or video frame) and the audio features (from a spectrogram), producing a result that associates each feature map point with its corresponding audio spectrum.

If upsampling is applied after this function, the output will correspond to the audio spectrum of each individual pixel in the original image. This means that each point in the image will have its own corresponding audio spectrum, which can be used for tasks such as sound source localization.

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