Video speed and Explanation is on point!👌 Great Job. Its really hard to find such great mathlab diy projects contents here on youtube. This channel is awesome. Keep em coming. Le's deCode!
Thank you..! I think there is no special command to detect hand. So we first place hand in mentioned position, then we can track it. If you still have any doubts DM to our IG account @lets_deoode_
Can anyone tell me how i can use webcam in this code?????? load('Detector.mat'); vidReader = VideoReader('.mp4'); % VideoReader is for reading Video vidPlayer = vision.DeployableVideoPlayer; i = 1; results = struct('Boxes',[],'Scores',[]); while(hasFrame(vidReader)) I = readFrame(vidReader); [bboxes, scores] = detect(detector,I); [~,idx] = max(scores); results(i).Boxes = bboxes; results(i).Scores = scores; annotation = sprintf('MASK' ,detector.ModelName,scores(idx)); I = insertObjectAnnotation(I,'rectangle',bboxes(idx,:),annotation); step(vidPlayer,I); i =i+1; end results = struct2table(results);
Too good Man!❤
Video speed and Explanation is on point!👌 Great Job. Its really hard to find such great mathlab diy projects contents here on youtube.
This channel is awesome. Keep em coming. Le's deCode!
Thanks a lot 😊. Do share and like our videos..
Great video, it helps me a lot, but it's really fast for me😂
Hello I come from Vietnam.
How to warn me if I doze off? Can you help me. Thank you so much!
can u explain the code for face recognition with available test data set
Nice Work! Can you help me for real time hand detection?
Thank you..! I think there is no special command to detect hand. So we first place hand in mentioned position, then we can track it. If you still have any doubts DM to our IG account @lets_deoode_
Nice and very informative video
Why you people took only 10 points as threshold?
Threshold can be any value, we took 10, if you want to take any other value you can, no problem in that. Thank you .....
Thank you. All the best guys
How to implement this project ?
Means. How to deploy, where to deploy ?
Can anyone tell me how i can use webcam in this code?????? load('Detector.mat');
vidReader = VideoReader('.mp4');
% VideoReader is for reading Video
vidPlayer = vision.DeployableVideoPlayer;
i = 1;
results = struct('Boxes',[],'Scores',[]);
while(hasFrame(vidReader))
I = readFrame(vidReader);
[bboxes, scores] = detect(detector,I);
[~,idx] = max(scores);
results(i).Boxes = bboxes;
results(i).Scores = scores;
annotation = sprintf('MASK' ,detector.ModelName,scores(idx));
I = insertObjectAnnotation(I,'rectangle',bboxes(idx,:),annotation);
step(vidPlayer,I);
i =i+1;
end
results = struct2table(results);
Can anyone tell me,,,,,,,load('Detector.mat');
vidReader = VideoReader('.mp4');
% VideoReader is for reading Video
vidPlayer = vision.DeployableVideoPlayer;
i = 1;
results = struct('Boxes',[],'Scores',[]);
while(hasFrame(vidReader))
I = readFrame(vidReader);
[bboxes, scores] = detect(detector,I);
[~,idx] = max(scores);
results(i).Boxes = bboxes;
results(i).Scores = scores;
annotation = sprintf('MASK' ,detector.ModelName,scores(idx));
I = insertObjectAnnotation(I,'rectangle',bboxes(idx,:),annotation);
step(vidPlayer,I);
i =i+1;
end
results = struct2table(results);