![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12938758_1527735731509_DEF.jpg)
Syafiqah Daud
Followers: 0 Following: 0
Statistics
13 Questions
0 Answers
RANK
226.207
of 297.046
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
15.38%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
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
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 ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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 = ...
meer dan 6 jaar ago | 0 answers | 0