agender
agender copied to clipboard
Real-time estimation of gender and age
@diovisgood Hello, where is the link to your age and gender detection data set?
gender_net.load_weights('age_gender_ssrnet/ssrnet_gender_3_3_3_64_1.0_1.0.h5') original_keras_version = f.attrs['keras_version'].decode('utf8') AttributeError: 'str' object has no attribute 'decode' Can you please share environment details where you tested the results?
TF/Keras has updated so as often happens, it broke the old code. the corrected stanzas should look like: `if K.image_data_format() == "channels_first": # was K.image_dim_ordering() == "th"`
Hi Sir, Thank you for great work! i am a beginner and want to replicate your work for my studies but i am not sure how to begin with, kindly...