
Syafiqah Daud
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
274.300
of 297.672
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
15.38%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.464
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.351
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
Hi, I am trying to put annotate my object in an image but I am having errors.
I am trying to put a rectangle on the object that is being classified. I am using insertObjectAnnotation however I am receiving ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, How do i put a bounding box around my detected object using googlenet?
I am trying to put a bounding box and the confidence score of my object. Here is my code: clear net = google...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi, I am trying to put a box around the car and have it's confidence level placed on top of the box, how can I do that?
I have tried insertObjectAnnotation but i am having error. Here are my codes : clear net = googlenet; % Lo...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, how do I save the output to a specific folder?
Hi, I am trying to save the output of this code but I can't seem to use imsave or imwrite. I = imread('C:\Users\St...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, I am trying to extract out 2 line of number plate but I'm not sure how?
Here is my code: clc close all; clear; load imgfildata; [file,path]=uigetfile({'*.jpg;*.bmp;*.png...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi, what does this error mean?
Warning: PNG library warning: Incorrect bKGD chunk length. > In readpngutil (line 9) In readpng (line 32) In imread/call...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, what does this error mean?
Error using corr2 Expected input number 1, A, to be two-dimensional. Error in corr2>ParseInputs (line 35) validateattribute...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Hi, is someone able to explain how the numbers is being extracted from the number plate itself?
I am currently trying to understand this code: <https://www.mathworks.com/matlabcentral/fileexchange/54456-licence-plate-reco...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi, How do I resize a video to satisfy google net's size input layer ?
I am currently doing a project whereby I have to detect vehicles using googlenet but I need to resize the size of the video for ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
I am doing a project on detecting vehicles in real time video using googlenet. But I am unsure how do I apply googlenet to a real time video.
Here is the code that I have came up with recently, clear camera = webcam; % Connect to the camera net = googlene...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I am currently doing a project to detect vehicles using google net, and my google net recognizes a car as a "sports car" however I would want it to be recognize as "Vehicle". How do I achieve that?
clear camera = webcam; % Connect to the camera net = googlenet; % Load the neural net net.Layers while true ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I retrain google net's classification to suit my project?
Hi, I am currently doing a project on object recognition and I am using Google Net to be my preferred CNN. However, some of the ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I solve this?
Hi, I'm new and is unsure on how to apply to do google net. I've tried this code and received some errors. clear camera = ...
casi 7 años hace | 0 respuestas | 0