Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work.
This solves the undesired consequence of breaking the GPU interface.
This commit is contained in:
parent
2c9547e314
commit
2c0ef660bf
15452
data/haarcascades_GPU/haarcascade_eye.xml
Normal file
15452
data/haarcascades_GPU/haarcascade_eye.xml
Normal file
File diff suppressed because it is too large
Load Diff
33158
data/haarcascades_GPU/haarcascade_eye_tree_eyeglasses.xml
Normal file
33158
data/haarcascades_GPU/haarcascade_eye_tree_eyeglasses.xml
Normal file
File diff suppressed because it is too large
Load Diff
26161
data/haarcascades_GPU/haarcascade_frontalface_alt.xml
Normal file
26161
data/haarcascades_GPU/haarcascade_frontalface_alt.xml
Normal file
File diff suppressed because it is too large
Load Diff
23550
data/haarcascades_GPU/haarcascade_frontalface_alt2.xml
Normal file
23550
data/haarcascades_GPU/haarcascade_frontalface_alt2.xml
Normal file
File diff suppressed because it is too large
Load Diff
103493
data/haarcascades_GPU/haarcascade_frontalface_alt_tree.xml
Normal file
103493
data/haarcascades_GPU/haarcascade_frontalface_alt_tree.xml
Normal file
File diff suppressed because it is too large
Load Diff
35712
data/haarcascades_GPU/haarcascade_frontalface_default.xml
Normal file
35712
data/haarcascades_GPU/haarcascade_frontalface_default.xml
Normal file
File diff suppressed because it is too large
Load Diff
18118
data/haarcascades_GPU/haarcascade_fullbody.xml
Normal file
18118
data/haarcascades_GPU/haarcascade_fullbody.xml
Normal file
File diff suppressed because it is too large
Load Diff
9803
data/haarcascades_GPU/haarcascade_lefteye_2splits.xml
Normal file
9803
data/haarcascades_GPU/haarcascade_lefteye_2splits.xml
Normal file
File diff suppressed because it is too large
Load Diff
15085
data/haarcascades_GPU/haarcascade_lowerbody.xml
Normal file
15085
data/haarcascades_GPU/haarcascade_lowerbody.xml
Normal file
File diff suppressed because it is too large
Load Diff
31930
data/haarcascades_GPU/haarcascade_profileface.xml
Normal file
31930
data/haarcascades_GPU/haarcascade_profileface.xml
Normal file
File diff suppressed because it is too large
Load Diff
9833
data/haarcascades_GPU/haarcascade_righteye_2splits.xml
Normal file
9833
data/haarcascades_GPU/haarcascade_righteye_2splits.xml
Normal file
File diff suppressed because it is too large
Load Diff
8353
data/haarcascades_GPU/haarcascade_smile.xml
Normal file
8353
data/haarcascades_GPU/haarcascade_smile.xml
Normal file
File diff suppressed because it is too large
Load Diff
29767
data/haarcascades_GPU/haarcascade_upperbody.xml
Normal file
29767
data/haarcascades_GPU/haarcascade_upperbody.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -264,7 +264,7 @@ Loads the classifier from a file. The previous content is destroyed.
|
||||
|
||||
.. ocv:function:: bool gpu::CascadeClassifier_GPU::load(const string& filename)
|
||||
|
||||
:param filename: Name of the file from which the classifier is loaded. Only the old ``haar`` classifier (trained by the ``haar`` training application) and NVIDIA's ``nvbin`` are supported for HAAR and only new type of OpenCV XML cascade supported for LBP.
|
||||
:param filename: Name of the file from which the classifier is loaded. Only the old ``haar`` classifiers (trained by the ``haar`` training application) and NVIDIA's ``nvbin`` are supported for HAAR and only new type of OpenCV XML cascade supported for LBP. The working haar classifiers can be found under ``data\haarcascades_GPU\``.
|
||||
|
||||
|
||||
gpu::CascadeClassifier_GPU::release
|
||||
|
Loading…
x
Reference in New Issue
Block a user