Muhammet Furkan Nargül
Followers: 0 Following: 0
Feeds
提问
What dataset to use for People Detection with HOG & SVM
I'm trying to do people detection with HOG & SVM algorithm. I could get maximum 60% accuracy. As I changed the training dataset,...
4 years 前 | 1 个回答 | 0
1
个回答已解决
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
5 years 前
已解决
Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...
5 years 前