py-agender
py-agender copied to clipboard
Simple Python age & gender face image estimation tool
I've got an error: /python3.6/site-packages/keras/engine/saving.py", line 1009 [1004], in load_weights_from_hdf5_group original_backend = f.attrs['backend'].decode('utf8') AttributeError: 'str' object has no attribute 'decode' After removing .decode('utf8') in this lines everything works fine. Version...
I keep getting the error above when trying to use the library
I cannot install it on windows. I have the following errors: Failed to build numpy ERROR: -pencv-python 3.4.13.47 has requirement numpy>=1.17.3, but you'll have numpy 1.15.4 which is incompatible. ERROR:...
Hi, thanks for this repo, this is really easy to use. I have a question, do you happen to know the accuracy of this model for gender and/or age? Thanks...
Hi. I'm installing py-agender on Raspberry Pi. It seems that dependencies are broken for version 0.0.9: ``` pip3 install py-agender Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting py-agender Using cached https://files.pythonhosted.org/packages/86/70/1d40c3bdfe83e9ce29a7780e5ca21c8da695aa3e20a0553586f66f1b2398/py_agender-0.0.9-py3-none-any.whl...
I noticed that `keras.backend.image_dim_ordering` has been replaced by `image_data_format` (same package). I was going to submit a PR for py-agender to use this new symbol, but I'm not aware if...