Claudio Eutizi
Followers: 0 Following: 0
Statistics
RANK
33,779
of 295,467
REPUTATION
1
CONTRIBUTIONS
6 Questions
4 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Faster R-CNN detector does not draw boxes with my own dataset
Hello. I trained a Faster R-CNN model based on ResNet50 with 10 classes of spectrograms from the UrbanSound8K audio files, then...
4 years ago | 1 answer | 0
1
answerQuestion
How to automatically obtain upper-left pixel coordinates of one of the 4x4 blocks I obtained splitting an image?
Hello. I managed to split a 224x224 image into 4x4 blocks with mat2cell. For example: splittedImage is my 4x4 cell matrix with...
4 years ago | 1 answer | 0
1
answerQuestion
How to extract highest intensity area from a greyscale spectrogram?
Hello. I got greyscale mel-spectrograms images from a dataset and I want to divide it into several areas and to obtain the area...
4 years ago | 2 answers | 0
2
answers"Unable to find any region proposals to use as positive training samples." using trainFastRCNNObjectDetector
Hello, have you fixed this issue? I'm looking for the solution...
4 years ago | 0
shuffle and partition in training, validation and testing of a multi-label combined dataset
Can anybody help me with this?
4 years ago | 0
Question
shuffle and partition in training, validation and testing of a multi-label combined dataset
I want to train a Faster R-CNN with 224x224x3 images that are log-scaled mel spectrograms from the UrbanSound8k dataset The dat...
4 years ago | 2 answers | 0
2
answersQuestion
How to train a Faster R-CNN with a Multi-labeled images table?
I have a 8792x11 table with my dataset labeled with the Image Labeler: 1st column: imageFilename; from 2nd to 11th column: dif...
4 years ago | 1 answer | 1
1
answerWhy do my rgb image is different and less defined than pcolor or imagesc outputs?
It works with the audio file. But I need this way of reshaping for VGGish features images like the ones i previously attached h...
4 years ago | 0
Why do my rgb image is different and less defined than pcolor or imagesc outputs?
Thank you for your answer. How can i attach an audio file? ads.Files{5} is an audio file. However, I need 224x224 images beca...
4 years ago | 0
Question
Why do my rgb image is different and less defined than pcolor or imagesc outputs?
I want to automatically extract VGGish features 2D plots from an audio dataset and then save them in a folder. here's my code I...
4 years ago | 3 answers | 0