wagner-niklas / CAGE_expression_inference

Project to infere emotional expressions and benchmark datasets by Niklas Wagner, Felix Mätzler, Samed R. Vossberg, Helen Schneider and Svetlana Pavlitska.
MIT License
13 stars 2 forks source link

Pre-trained weights #5

Open wpark1234 opened 2 months ago

wpark1234 commented 2 months ago

Hello! I was just trying to run the _inference_onwebcam.py to test your project out, but I found that there is no pre-trained weights in _models/AffectNet8_MaxvitCombined. Do you know whether I could access this missing model.pt file by any chance? Thanks in advance :)

wpark1234 commented 2 months ago

I have seen a closed issue regarding this, but I am not sure how I would be able to obtain the pre-trained weight using the train.py, as I think that requires me to train the model and also obtain AffectNet dataset. Could the pt file be available somewhere by any chance?