Ask Your Question

Ivan888's profile - activity

2020-01-28 06:18:07 -0600 received badge  Popular Question (source)
2019-07-30 17:26:30 -0600 received badge  Notable Question (source)
2018-03-01 02:33:59 -0600 commented answer DLIB hack - for improving face detection rate

Amazing! Thanks @phillity !

2018-02-28 08:50:04 -0600 commented answer DLIB hack - for improving face detection rate

Thanks alot guys!! Do you know how to run this file (resnet_ssd_face.cpp) in a single separated (independent) folder? M

2018-02-26 12:42:11 -0600 marked best answer DLIB hack - for improving face detection rate

Hi guys!

I have one quick question regarding DLIB, and would appreciate your help!

I noticed HAAR has less face detection rate comparing to DLIB (DLIB is more reliable). But DLIB has its lacks also.

For example, it fails to detect face of woman that covers one eye with hair. Is there any way to get around this (or only way is to train my own model)?

Many thanks! :) Ivan

2018-02-26 12:18:17 -0600 received badge  Popular Question (source)
2018-02-26 09:38:41 -0600 received badge  Student (source)
2018-02-26 08:45:29 -0600 commented answer DLIB hack - for improving face detection rate

Thanks alot! I will try to play with it... So obviously DLIB has its limits and DNN approach is better!

2018-02-26 06:17:02 -0600 received badge  Editor (source)
2018-02-26 06:17:02 -0600 edited question DLIB hack - for improving face detection rate

DLIB hack - for improving face detection rate Hi guys! I have one quick question regarding DLIB, and would appreciate y

2018-02-26 06:16:46 -0600 asked a question DLIB hack - for improving face detection rate

DLIB hack - for improving face detection rate Hi guys! One quick question regarding DLIB, and would appreciate your hel

2018-02-13 07:03:55 -0600 asked a question Alpha matting Python algorithm

Alpha matting Python algorithm Hi guys, Can somebody please point me to Python Alpha matting algorithm example… This C

2018-01-25 07:01:11 -0600 answered a question Frequential Analysis in openCV

Thanks LBerger! As I understand second step is "multiply by filter"... but how to calculate appropriate convolution ker

2018-01-25 01:21:24 -0600 asked a question How to calculate convolution kernel for Gaussian filtering

How to calculate convolution kernel for Gaussian filtering Hi guys! I have one quick question. How to calculate convol

2017-07-04 17:35:26 -0600 asked a question Problem with installing Python libraries on MAC

image description

Hi guys!

I am new here! Can you please help me out :)

I am trying to install Python libraries on my MAC OSX !

I am getting "No module named virtualenvwrapper" in the terminal when trying to INSTALL PYTHON LIBRARIES (I am trying to run mkvirtualenv facecourse-py2 -p python2 command in the terminal).

When I try to reinstall virtualenvwrapper I get: "Requirement already satisfied: virtualenv in /usr/local/lib/python2.7/site-packages"

Problem screenshot is attached.

Please help me! :) Thanks!

2017-05-12 08:17:25 -0600 asked a question Linker command failed with exit code 1

Hi guys,

Good to find you here! :)

I started learing opencv... And I cannot solve this error :(

"Linker command failed with exit code 1 (use -v to see invocation)"

I am following this tutorial in xCode 8.3.2: https://www.youtube.com/watch?v=OVSPf...

Waiting your reply! Many thanks!

Ivan