hyperface
hyperface copied to clipboard
Deep Neural Network (DNN) which predicts face/non-face, landmarks, pose and gender simultaneously with Chainer.
Hello, i am reimplement hyperfaec in pytorch these days. I meet some problems, and I hope to talk about these questions with you. May i have your e-mail or other...
Hello takiyu, Thank you for the code you provided, but I cannot find the file "aflw_cache.npz", how can I get this file. Thanks!
Hello, thanks for your impressive work! When I run your code to reproduce the work, I met the following errors: > [2017/08/28 09:51:03] WARNING (13199) datasets : No selective search...
Hi, @takiyu I'm running the use_on_file.py like this `python scripts/use_on_file.py --model model_epoch_190 --img age_gender/input/jan2.jpg ` The error I'm getting is this: ``` Traceback (most recent call last): File "scripts/use_on_file.py", line...
Hi @takiyu , Thanks for this amazing work. Are you going to take this further? Any plans to implement hyperface for multiple faces for much larger images? I would like...
I don't know what's the range of roll, pitch and yaw, so I couldn't convert the float value to specific angle? Does all of them is between [-90, 90] ?...
Hi, I look to your entire code. I was wondering if the function called "proposal_region" in your code is the one called FaceRectCalculator present in the HyperFace paper. If so,...
Hi, many thanks for the good work! (will you implement the latest work 'all in one cnn for face analysis' as well?) Anyway, by running use_on_cap or demo_on_test or use_on_file...
Hi, Sometimes, when I train a model , I get the following error: ```bash WARNING (29033) datasets : Invalid crop rectangle. (rect:(1209, 0, 281, 169), img:(170, 0, 3), org_img(1600, 1142,...
Trying to find any good env configuration where train.py uses gpu. Tried various chainer and cupy versions. Was able to run train on CPU but thats it. Anybody succeed with...