Ask Your Question

Sar's profile - activity

2018-12-05 05:24:07 -0600 commented question Parsing error lbfmodel.yaml file in android

Using OpenCV 3.3.1 Android SDK with contrib modules from https://github.com/chaoyangnz/opencv3-android-sdk-with-contrib

2018-12-05 05:22:09 -0600 commented question Parsing error lbfmodel.yaml file in android

Using opencv from https://github.com/chaoyangnz/opencv3-android-sdk-with-contrib

2018-12-05 05:20:16 -0600 commented question Parsing error lbfmodel.yaml file in android

Hey Berak, actually it is binary data look here

2018-12-05 05:04:10 -0600 commented question Parsing error lbfmodel.yaml file in android

just this = dt: d

2018-12-05 05:03:32 -0600 commented question Parsing error lbfmodel.yaml file in android

just this : dt: d

2018-12-05 02:40:44 -0600 edited question Parsing error lbfmodel.yaml file in android

Parsing error lbfmodel.yaml file in android I am trying to detect facial points using FacemarkLBF in android app. I have

2018-12-05 01:19:54 -0600 edited question Parsing error lbfmodel.yaml file in android

Parsing error lbfmodel.yaml file in android I am trying to detect facial points using FacemarkLBF in android app. I have

2018-12-05 01:18:44 -0600 edited question Parsing error lbfmodel.yaml file in android

Parsing error lbfmodel.yaml file in android I am trying to detect facial points using FacemarkLBF in android app. I have

2018-12-05 01:17:06 -0600 edited question Parsing error lbfmodel.yaml file in android

Parsing error lbfmodel.yaml file in android I am trying to detect facial points using FacemarkLBF in android app. I have

2018-12-05 01:16:19 -0600 edited question Parsing error lbfmodel.yaml file in android

Parsing error lbfmodel.yaml file in android I am trying to detect facial points using FacemarkLBF in android app. I have

2018-12-05 01:14:33 -0600 asked a question Parsing error lbfmodel.yaml file in android

Parsing error lbfmodel.yaml file in android I am trying to detect facial points using FacemarkLBF in android app. I have

2018-12-05 00:54:57 -0600 received badge  Enthusiast
2018-12-04 06:15:51 -0600 commented answer Error while loading YAML model file using opencv in android

No luck yet. Same error repeatedly. I have also tried to save file as text and xml as stated here in issue no 5

2018-12-04 01:56:14 -0600 received badge  Student (source)
2018-12-03 06:37:56 -0600 received badge  Supporter (source)
2018-12-03 06:19:35 -0600 commented answer Error while loading YAML model file using opencv in android

Thanks again Berak, You helped me a lot. But still getting this error : Error: Parsing error (/data/data/com.ds.openworl

2018-12-03 04:12:06 -0600 commented answer Error while loading YAML model file using opencv in android

Hey berak, Thanks for the help. The model file is loaded but I am receiving a new error : Error: Bad argument (The LBF

2018-12-03 04:07:53 -0600 marked best answer Error while loading YAML model file using opencv in android

I am using opencv for facial landmark detection in android. I am using JNI for interaction with library. I have saved "lbfmodel.yaml" file in assets and trying to load :

const char* jnamestr2 = jenv->GetStringUTFChars(jModelFileName, NULL);
cv::String stdFileName2(jnamestr2);
LOGD( "jModelFileName path : %s", jnamestr2);
FacemarkLBF::Params params;
params.model_filename = stdFileName2;
params.cascade_face = stdFileName;
Ptr<FacemarkLBF> facemark = FacemarkLBF::create(params);

But I am receiving error :

Invalid address 0x9b2d2e08 passed to free: value not allocated Fatal signal 6 (SIGABRT), code -6 in tid 27673

I have logged the filepath and it is :

jModelFileName path : /data/user/0/com.ds.openworld/app_model/lbfmodel.yaml

I don't know what is the issue because it is crashing in native part. The model file is also large. Is that an issue?

2018-12-03 04:07:53 -0600 received badge  Scholar (source)
2018-12-03 01:05:07 -0600 commented answer Error while loading YAML model file using opencv in android

Hey berak, Thanks for the hint. I will try to load lbfmodel from sdcard.

2018-12-02 23:04:28 -0600 asked a question Error while loading YAML model file using opencv in android

Error while loading YAML model file using opencv in android I am using opencv for facial landmark detection in android.

2018-10-19 00:29:06 -0600 commented question How do I support c++11 in Opencv 3 Android NDK

Hi, Have you got any solution to use c++_static or c++_shared as APP_STL? 'gnustl_static' is no longer supported by NDK

2018-10-18 23:53:20 -0600 received badge  Editor (source)
2018-10-18 23:53:20 -0600 edited question Opencv error: undefined reference to 'cv::CascadeClassifier::detectMultiScale

Opencv error: undefined reference to 'cv::CascadeClassifier::detectMultiScale Hi, I am newbie to OpenCV. I am using lat

2018-10-18 09:26:55 -0600 asked a question Opencv error: undefined reference to 'cv::CascadeClassifier::detectMultiScale

Opencv error: undefined reference to 'cv::CascadeClassifier::detectMultiScale Hi, I am newbie to OpenCV. I am using lat