Feeds
질문
counting number of bounding boxes at live webcam
close all; clear all; clc; % Loading the trained network load('AlexNetMaskDetect.mat'); net = myNet; clear myNet % S...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
webcam display two object detector
I want to use two object detector. (mask detector and face detector). so I want to change my webcam code. How can I change...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
face mask deep learning label display
here is my code. I deep-learned mask recognition using an existing face recognition model, automating only half of the face to b...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Comparisons between string and double are not supported.
error: nnet.cnn.TrainingOptionsADAM The value of 'ValidationData' is not valid. The datastore has an invalid transform funct...
대략 4년 전 | 답변 수: 1 | 0
