Community Profile

photo

Syafiqah Daud


2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


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 = ...

거의 6년 전 | 답변 수: 0 | 0

0

답변