AlexHex7 / DRML_pytorch

Implementation of Deep Region and Multi-Label Learning for Facial Action Unit Detection.
45 stars 14 forks source link

thresh = 0.8 #3

Open huanghuan12 opened 4 years ago

huanghuan12 commented 4 years ago

I think if the output of sigmoid() function >0.5 , the sample can be classified into 1. So Could you tell me why you use thresh = 0.8.