photo

hume


Last seen: circa 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
174.772
of 300.369

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


how can I handel imbalanced datset of images folders to apply for traning?
I have two classes of image datset with folder 1 and folder 2.i want to apply random oversampling over the minority class to mak...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am getting the same processed image result from easch iteration of the loop.I want to get the respective processed image from each iteration of the loop.
I have an ultrasound image consisting of labeles.I have removed the labeles using the code below.however i got the same processe...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to convert a.mat file in to png?
I got a B-mode fatty liver ultrasound images from kaggle dataset.here is the file path for the dataset.I want to convert the im...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to convert a phython code for classification of images of ultrasound with fatty liver and normal liver in to matlab code
I am using an ultrasound images datasets to classify normal liver an fatty liver.I have a total of 550 images.I do have 333 ima...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


I am getting 100% accuracy at the begining of the epoch for both traning and validation een if i use different dataset or both traning and validation.
I am using an ultrasound images datasets to classify normal liver an fatty liver.I have a total of 550 images.every time i trai...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am working on to pre process my ultrasound images using loop.But i couldnt save the output of the preprocessed images from the loop.
myDir = uigetdir('*.m'); %gets directory myFiles = dir(fullfile(myDir,'*.png')); %gets all png files in struct for k = 1:lengt...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


i have an ultrasound image i want to remove the labeles on the image by using y=mx+b line to convert the pixeles above the line to black.how can i do it?
filename = '181.png'; img= imread(filename); gray = im2gray(img); for i=1:434 for j=1:634 if(j < (0.77i+235))...

oltre 2 anni fa | 1 risposta | 0

1

risposta