Shilpa Sonawane
Followers: 0 Following: 0
Estadística
23 Preguntas
2 Respuestas
CLASIFICACIÓN
34.739
of 295.448
REPUTACIÓN
1
CONTRIBUCIONES
23 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
69.57%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to use speechClient("wav2vec2.0") command
I need to convert speech into text.I used speechClient("wav2vec2.0") command but got the following error Error using speechClie...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to see matlab code for any inbuilt function
I used bilstm layer. I want to see the code for modification. please guide.
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to find image region if coordinates are provided?
I have coordinates of lip. I have to find lip region from coordinates. Please guide.
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
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
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestahow to plot features of resnet-50 when input given is image
Thank you Sir. I will definately go through it.
alrededor de 1 año hace | 0
how to select relative time stamp from target vector using deep learning
Thank you so much. I will try it definately.
alrededor de 1 año 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...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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.
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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; ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 3 años hace | 1 respuesta | 1
1
respuestaPregunta
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 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0