Community Profile

photo

Shilpa Sonawane


Last seen: 2 días hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How to see matlab code for any inbuilt function
I used bilstm layer. I want to see the code for modification. please guide.

alrededor de 2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find image region if coordinates are provided?
I have coordinates of lip. I have to find lip region from coordinates. Please guide.

3 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot video frames along with entire audio and corresponding spectrogram for comparison in one graph?
I have three signals namely video, audio and its spectrogram. Need to display result in one graph for analysis

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find word error rate of spoken sentence for regression based model?
I am working on visual speech synthesis. I have used GRID dataset which consists of short sentences. The developed model is regr...

5 meses hace | 1 respuesta | 0

1

respuesta

Respondida
how to plot features of resnet-50 when input given is image
Thank you Sir. I will definately go through it.

7 meses hace | 0

Respondida
how to select relative time stamp from target vector using deep learning
Thank you so much. I will try it definately.

7 meses hace | 0

| aceptada

Pregunta


how to plot features of resnet-50 when input given is image
I have images of mouth ROI applied as an input to resnet-50. i want to plot visual features. What are the steps to plot the fea...

7 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How to find audio samples from MFCC?
I had calculated MFCC of audio frames. I have to reconctruct audio samples from MFCC. Please provide guidance.

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to generate audio from colored MFCC in the form of image?
In above fig, 41 images are tiled. Each image is generated mfcc. Its size is 28x28x3. It is rgb image. I have to find inverse ...

11 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


how to select relative time stamp from target vector using deep learning
i have 4 input signals namely, 4-D array to store frames of video , 4-D array to store frames of mfccs, 1-d array time stamps ...

11 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How to find time step of video signal?
I have to find out time step of video signal and need to arrnge input data as (Timestep,96,96,3). please guide how to find o...

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to generate speech signal from spectral envelope, aperiodicity, fundamental frequency, V/UV signal
I have implemented the network as shown in fig which takes 2 inputs namely, video input and mfcc(audio) input. Video in...

11 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


How to provide input without datastore to multiple input deep neural network?
I have used the network shown in fig which takes 2 inputs namely video input(no. of images) & second is mfcc of audio signal o...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


how to connect new network to existing model
I have combined output of 2 networks. I need to connect combined output with 3rd network. I am unable to do it. I have to con...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Input data must be a formatted dlarray.
I have used the code of VAE to generate image. My aim is to find probaility distribution of mfcc signal. Input is MFCC matrix of...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Predictors must be a numeric array, a datastore, or a table.
clear all; close all; clc; load mfcc_S6_8_01.mat; load mfcc_S6_8_02.mat; ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to save mfcc of audio frames in image format to provide input to cnn?
I have used spectrogram command to view mfcc. I used command "savsas" to sava it in image format. But when i oped it, fig shows...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use pretrain networks like vgg19,resnet18?
I would like to use pretrained network like VGG19, RESNET18. The output of this network should be connected to LSTM. Which laye...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to concatenate video frames into single matrix for cnn?
I have multiple videos. Each video has different number of frames. I am trying to combine all the frames of all videos for train...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use trainNetwork function for input as a video?
I have written code to recognize characters 'A' & 'B'. But during training , i got following error. Error using trainNetwork ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to display vid variable in the form of image from mat file?
I downloaded AV Letters dataset for AVSR. It consists of mat file. I read mat file which consists of two variable. load A1_Anya...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to resolve this error-Invalid training data. For image, sequence-to-label, and feature classification tasks, responses must be categorical.
%% Totla RGB images=55, img4training size=35x60x3x55, YL=training Labels- 55x1 load traindata1.mat; layers = [ imageInp...

más de 2 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How visual speech recognition is done using CNN and LSTM in Matlab?
In ViSUAL ASR, both audio and video inputs are there to recognize isolated words.I have seperated audio and video frames. How to...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to read audio and video frame of avi file?
Input to program is avi file. i am using videoFReader function to read audio and respective video frame from avi file. But i go...

casi 3 años hace | 1 respuesta | 0

1

respuesta