Ask Your Question

Gensoukyou1337's profile - activity

2018-08-02 23:00:53 -0600 commented question Are there no more plans to support Gradle in building the OpenCV Java project?

Apparently the repo's maintainer removed the Android example.

2018-07-19 21:43:38 -0600 commented question Are there no more plans to support Gradle in building the OpenCV Java project?

Actually I've gotten the sdk to work with Gradle, just not in the way intended by the project itself (heard I had to jus

2018-07-19 05:53:20 -0600 edited question Are there no more plans to support Gradle in building the OpenCV Java project?

Are there no more plans to support Gradle in building the OpenCV Java project? In my most recent pull of the OpenCV repo

2018-07-19 05:52:56 -0600 asked a question Are there no more plans to support Gradle in building the OpenCV Java project?

Are there no more plans to support Gradle in building the OpenCV Java project? In my most recent pull of the OpenCV repo

2018-06-18 11:49:08 -0600 commented question How exactly do I build OpenCV for Android with an FFMPEG/GStreamer backend?

In the most recent repo of OpenCV, I see a ffmpeg-download.ps1.in file in <opencv-master-dir>/3rdparty/ffmpeg. Sho

2018-06-18 08:21:17 -0600 commented question How exactly do I build OpenCV for Android with an FFMPEG/GStreamer backend?

Compile both of them for android-arm? By the way, I just downloaded the gstreamer-1.0-android-universal-1.14.1. Would th

2018-06-18 05:08:33 -0600 asked a question How exactly do I build OpenCV for Android with an FFMPEG/GStreamer backend?

How exactly do I build OpenCV for Android with an FFMPEG/GStreamer backend? I've built OpenCV for Android several times

2017-09-26 11:01:05 -0600 commented question OpenCV DNN issues in Android device (cv::gemm() bottleneck).

I just realized it doesn't.

2017-09-26 04:04:38 -0600 edited question OpenCV DNN issues in Android device (cv::gemm() bottleneck).

OpenCV DNN issues in Android device (cv::gemm() bottleneck). As of now I've successfully included the DNN module (dnn_mo

2017-09-26 03:10:11 -0600 edited question OpenCV DNN issues in Android device (cv::gemm() bottleneck).

OpenCV DNN issues in Android device (cv::gemm() bottleneck). As of now I've successfully included the DNN module from op

2017-09-26 02:32:10 -0600 received badge  Student (source)
2017-09-26 02:27:44 -0600 edited question OpenCV DNN issues in Android device (cv::gemm() bottleneck).

OpenCV DNN issues in Android device (cv::gemm() bottleneck). As of now I've successfully included the DNN module from op

2017-09-26 02:27:15 -0600 asked a question OpenCV DNN issues in Android device (cv::gemm() bottleneck).

OpenCV DNN issues in Android device (cv::gemm() bottleneck). As of now I've successfully included the DNN module from op

2017-09-24 11:32:29 -0600 commented question Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer?

I've tried the LBPHFaceRecognizer. Its training time is indeed quick, but I can't use the resulting YAML file in my Andr

2017-09-22 22:14:44 -0600 commented question Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer?

By the way, what are the performance differences between the FisherFaceRecognizer, EigenFaceRecognizer, and the LbphFace

2017-09-22 08:41:56 -0600 commented question Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer?

You mean LbphFaceRecognizer?

2017-09-22 07:53:32 -0600 commented question Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer?

Is it even theoretically possible to somehow parallelize the training of a FaceRecognizer though?

2017-09-22 06:08:24 -0600 edited question Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer?

Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer? I'm currently training my FisherFaceRecogni

2017-09-22 06:07:45 -0600 asked a question Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer?

Python - How do I utilize ALL cores of my CPU in training my FaceRecognizer? I'm currently training my FisherFaceRecogni

2017-09-19 01:46:26 -0600 received badge  Enthusiast
2017-09-18 06:05:28 -0600 edited question Is it possible to do gender and age recognition using template matching?

Is it possible to do gender and age recognition using template matching? Since it is possible to do template matching wi

2017-09-18 06:04:20 -0600 edited question Is it possible to do gender and age recognition using template matching?

Is it possible to do gender and age recognition using template matching? Since it is possible to do template matching wi

2017-09-18 05:52:44 -0600 asked a question Is it possible to do gender and age recognition using template matching?

Is it possible to do gender and age recognition using template matching? Since it is possible to do template matching wi

2017-09-15 04:56:10 -0600 commented question Are there any additional preprocessing steps to take for gender recognition in a live camera preview?

Though I suppose I can train the FaceRecognizer with the same face tilted at different angles to alleviate the pose norm

2017-09-15 04:40:16 -0600 commented question Are there any additional preprocessing steps to take for gender recognition in a live camera preview?

Yes, and I'll probably have to use the dlib-android library for that. Though with fewer landmark points and with an emph

2017-09-15 04:38:46 -0600 commented question Are there any additional preprocessing steps to take for gender recognition in a live camera preview?

Yes, and I'll probably have to use the dlib-android library for that.

2017-09-15 01:46:48 -0600 edited question Are there any additional preprocessing steps to take for gender recognition in a live camera preview?

Are there any additional preprocessing steps to take for gender recognition in a live camera preview? When I trained my

2017-09-15 01:43:25 -0600 asked a question Are there any additional preprocessing steps to take for gender recognition in a live camera preview?

Are there any additional preprocessing steps to take for gender recognition in a live camera preview? When I trained my

2017-09-13 23:32:07 -0600 received badge  Editor (source)
2017-09-13 23:32:07 -0600 edited question What are the best criteria for a training dataset for gender classification?

What are the best criteria for a training dataset for gender classification? I'm still trying to train my FaceRecognizer

2017-09-13 23:23:29 -0600 asked a question What are the best criteria for a training dataset for gender classification?

What are the best criteria for a training dataset for gender classification? I'm still trying to train my FaceRecognizer

2017-09-13 04:54:32 -0600 commented question Is there any way I can make the FaceRecognizer's training faster?

I thought I had to train 3 separate models, one for gender and the other two for age separated by gender.

2017-09-12 09:55:25 -0600 commented question Is there any way I can make the FaceRecognizer's training faster?

Then I guess it's just me. Also, let's say I have eight categories, based on two genders and four age groups. How many f

2017-09-12 09:55:15 -0600 commented question Is there any way I can make the FaceRecognizer's training faster?

Then I guess it's just me. Also, let's say I have eight categories, based on two genders and four age groups. How many f

2017-09-12 09:55:03 -0600 commented question Is there any way I can make the FaceRecognizer's training faster?

Then I guess it's just me. Also, let's say I have eight categories, based on two genders and four age groups. How many f

2017-09-12 05:28:26 -0600 asked a question Is there any way I can make the FaceRecognizer's training faster?

Is there any way I can make the FaceRecognizer's training faster? I'm developing for the Android platform and, as of my