bmi-project
bmi-project copied to clipboard
machine learning model that predicts body mass index from face images
after load the trained weights 'bmi_model_weights.h5', it return ValueError: Cannot assign to variable conv3_block1_0_conv/kernel:0 due to variable shape (1, 1, 256, 512) and value shape (512, 128, 1, 1) are...
Any chance you have TF2 weights? Figured I would ask before creating my own dataset. Thanks!
hi thank you for this project i tryed to run the program but i got this problem can u help me with it File "train_generator.py", line 49, in with open(config.CROPPED_IMGS_INFO_FILE)...
Hi, Thanks for the script and the code is working fine with webcam. I changes the script a bit to upload a single image file. However I am not getting...
Updated repo to accept image and return BMI results via flask api
Getting the below error when executing the code: (base) C:\Users\Administrator\Desktop\Project\bmi-project-master>python demo.py Traceback (most recent call last): File "demo.py", line 8, in from model import get_model File "C:\Users\Administrator\Desktop\Project\bmi-project-master\model.py", line 31 print...