face_recognition_occlusion icon indicating copy to clipboard operation
face_recognition_occlusion copied to clipboard

about network weight

Open Xu-Hardy opened this issue 3 years ago • 3 comments

hi~ How can I train the nerual network in the project? Which dataset and pre-trained model did you use?

Xu-Hardy avatar Oct 25 '20 01:10 Xu-Hardy

Hello, this is a model created by OpenCV, I leave this url for you to review the model and in this url they explain how to train the model for face detection.

To do easy recognition you need a feature vector that encodes the facial features, the easiest way is to use the face recognition library.

juan-csv avatar Oct 25 '20 03:10 juan-csv

I mean the caffenet you used.What did it do?

Xu-Hardy avatar Oct 25 '20 13:10 Xu-Hardy

Boost.Python.ArgumentError: Python argument types in rectangle.init(rectangle, numpy.int32, numpy.int32, numpy.int32, numpy.int32) did not match C++ signature: init(struct _object * __ptr64, long left, long top, long right, long bottom) init(struct _object * __ptr64)

What's the problem with that?

NCUTzyx avatar May 25 '22 10:05 NCUTzyx