predict-facial-attractiveness icon indicating copy to clipboard operation
predict-facial-attractiveness copied to clipboard

Using OpenCV and Dlib to predict facial attractiveness.

Results 7 predict-facial-attractiveness issues
Sort by recently updated
recently updated
newest added

Is it possible to use this code to predict facial attractiveness for my own inputted images?

Hello, I have this mistake: ValueError: Expected 2D array, got 1D array instead Thanks!

Hello ... I am using your code .. but getting error at this line features_test = pca.transform(features_test) this is the 17th line in myPredict.py ... i am assuming that the...

Warning (from warnings module): File "C:\Python27\lib\site-packages\sklearn\base.py", line 253 UserWarning) UserWarning: Trying to unpickle estimator DecisionTreeRegressor from version pre-0.18 when using version 0.20.3. This might lead to breaking code or invalid...

[[ 2.70908844] [ 2.70908844] [ 2.70908844] [ 2.70908844] [ 2.70908844] [ 2.70908844]]

File "D:\Study\Anaconda\envs\opencv\lib\site-packages\sklearn\tree\tree.py", line 194, in fit % self.min_samples_split) ValueError: min_samples_split must be an integer greater than 1 or a float in (0.0, 1.0]; got the integer 1 I am totally...

加载决策树pkl模型出错,是不是对sklearn版本有要求? > Traceback (most recent call last): File "myPredict.py", line 8, in clf = joblib.load(root+'model/my_face_rating.pkl') File "/usr/local/lib/python2.7/site-packages/sklearn/externals/joblib/numpy_pickle.py", line 573, in load return load_compatibility(fobj) File "/usr/local/lib/python2.7/site-packages/sklearn/externals/joblib/numpy_pickle_compat.py", line 226, in load_compatibility obj...