Malikanhar / Face-Attribute-Classification

Eyeglasses, Mustache, Beard, and Hat classification using Tensorflow
24 stars 18 forks source link

Model Inference time #1

Open hnzjuer opened 3 years ago

hnzjuer commented 3 years ago

Hi, thank you for your code really!. I used a pre-trained model for testing. The accuracy is high, but the inference time for each picture is very long. The model.predict() step took about 24s for each picture. This phenomenon is very strange. Can you provide some help?

atomicsyed-99 commented 2 years ago

Hey! , this repository is really amazing , but the links to the pre-trained model dont seem to be working! , any help with that?

Peregalli commented 2 years ago

Hi! Would you upload pre-trained model again? Link doesnt work :(

calleysperx commented 2 years ago

Would you upload pre-trained model again? Link doesnt work :(

JavanehBahrami commented 10 months ago

Hi @Malikanhar Would you upload pre-trained model again? Link doesnt work :(

Malikanhar commented 10 months ago

Hi @hnzjuer are you using GPU to run the model? And could you give me the details of processing that you use for running the model?

Malikanhar commented 10 months ago

I stored the pre-trained model on my student drive, which has since expired, and I don't have a backup. Nonetheless, you can use my training scripts to train the model from scratch, and it should function properly.