btwardow

Results 12 comments of btwardow

Ok. Will add it. On Aug 9, 2022, 17:11, at 17:11, Marc Masana ***@***.***> wrote: ***@***.*** I forgot to add a test for gdumb, can you add it? I'll check...

Hi, @garybruckheimer, I will be happy to help you and make this more easy to run. But first few simple questions that help me understand what we are up to....

What do you mean by the number of detected frames? Face detection algorithm don't have a limit. Or maybe you have in mind number of examples in the face recognition...

From the above listing and python path I assume you are not running it from docker. Please use docker, it should help you with a start.

Sure. It's also very useful while developing on your box. Just remember to install all prerequisites. I advice to create new virtual env + install everything from the `docker/requirements.txt` with...

Oh, sorry. Right, this two scripts do the magic: `docker/download.py` and `download_vggace2.py` when the docker image is being build (https://github.com/btwardow/tf-face-recognition/blob/master/docker/Dockerfile#L13-L19). The simplest solution is to create `pretrained_models` directory in your...

Ok. lemme check that. I didn't want to commit a huge binary model files to repository, that's why I decided to download it while building docker image. But, the downside...

Ok. I've updated README with the instruction how to run development env step-by-step with frozen version of required packages: https://github.com/btwardow/tf-face-recognition#run-it-without-docker-development Hope it will help you.

Yes. Just give it a try ☺️

@umairch sorry, I don't have windows box and cannot check it. Also, that's why docker is provided :-) But it seems for me that you half-way there: you have to...