age-gender-estimation-tutorial
age-gender-estimation-tutorial copied to clipboard
Tutorial for creating multi-task age and gender estimator in Tensorflow
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.4.19 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
I have successfully built the images and done all the steps correctly. But when i run command: **sudo docker run -v $PWD:/opt/app -e PYTHONPATH=$PYTHONPATH:/opt/app -it colemurray/age-gender-estimation-tutorial:gpu python3 /opt/app/bin/train.py --img-dir /opt/app/var/crop...
i dont have a gpu ,So can u tell me how to use colab
Did you perform any benchmarks on the current network? It would be great if there were accuracy estimates on a standard dataset.
Hi, Thanks for this great tutorial. Please help i get an error when running the train process. command: **#building the image (CPU)** `docker build -t colemurray/age-gender-estimation-tutorial:cpu .` **#running the train...
Hi, I did install Docker version 18.09.7 on my Ubuntu 18.04. I did follow your instruction to install docker image as this command $docker build -t colemurray/age-gender-estimation-tutorial I got this...
Pull the image without tag -t