photo

Fahmi Akmal Dzulkifli


Last seen: 16 días hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

10 Preguntas
1 Respuesta

CLASIFICACIÓN
17.108
of 297.503

REPUTACIÓN
2

CONTRIBUCIONES
10 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

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

  • Thankful Level 3
  • Thankful Level 2
  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to assign different color for different classes in object detection model?
Greetings, I have two classes, which are labelled as normal and cancer cells. How to draw bounding boxes with different colors t...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to modify the fully connected layer for YOLO purposes?
Greetings I have two classes and I want to use the Squeezenet network for YOLOv3 purposes. However, the last three layers in th...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to declare the weight and bias values for a convolution layer?
Greetings, I want to add a convolution layer in the existing squeezenet network. However the errors shown like this: Error usi...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Not enough input arguments for plotting Precision-Recall curve
Greetings, I want to evaluate my Yolov3 model by plotting the Precision-Recall curve. I tried to follow the example provided i...

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

1

respuesta

Pregunta


How to increase network input size for 'Tiny-yolov3-coco'?
Greetings, I want to use 'tiny-yolov3-coco' for detecting the cells. As shown in the Figure, I used a network input size of 416...

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

1

respuesta

Pregunta


How to display output image from 'Regionprops'?
Greetings, I have a code like shown as below: img = imread('I.jpg'); % this image in grayscale c = 1; BW = img > 0; BW = bwa...

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

1

respuesta

Pregunta


How to solve error "merge_sort: failed to get memory buffer"
Greeting everyone, I got the error " "merge_sort: failed to get memory buffer" when I want to train my network. May I know why ...

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

1

respuesta

Pregunta


How to draw a boundary in a cell population?
Greetings, I want to know what techniques can be used to draw the yellow and red boundary in that image? Can I get the general i...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to display images based on the results from cell array?
Greetings. I have several images stored in cell array (1x9 cell). Then I want to calculate the intensity percentage for all the ...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Read and Display Selected Image from a Folder Based on Dimension
I have a folder that contains 16 images. From these images, 9 of them have a dimension of 1280x1024, and the rest of them have d...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
How can I compute the absolute mean brightness error AMBE in Matlab?
Is this what you are looking for? A1 = imread(yourimage); % your original image B = rgb2gray(A1); A2 = imread(yourimage2); ...

alrededor de 5 años hace | 1