CovPoolFER
CovPoolFER copied to clipboard
Covariance Pooling for Facial Expression Recognition
Hello. THanks for your code. I've been trying to write a script to infer your model on the webcam. Here is my code ``` from __future__ import absolute_import from __future__...
When I run the code, the train loss is nan. Could you give me some advice? Thank you.
Can't technically use repo until it has a license due to https://opensource.stackexchange.com/questions/1720/what-can-i-assume-if-a-publicly-published-project-has-no-license
I am running this code, after training several epochs on the two data sets, this error will occur, can you give me some advice? Thank you. Traceback (most recent call...
For Pooling Temporal Feature, It is mentioned that features extracted with CNN (model proposed in the paper) from AFEW dataset were used. Could you please specify which model and the...
I'm trying to finetune the model2 from the Googledrive uploaded models and while trying to use error is coming as: "Key CovPool2/Bottleneck/BatchNorm/beta not found in checkpoint" Also, in the covpoolnet2.py...
I didn't apply the patch suggested in tensorflow_patch. And what I use is python 3.5. The “Loss” value has been floating in a small range, neither increasing nor decreasing. The...
Hey, I used your code and applied the tensorflow_path, but it's very slow in a batch. How can I fix it? My GPU is 1080Ti. Thanks for your reply.