DRML_pytorch icon indicating copy to clipboard operation
DRML_pytorch copied to clipboard

Implementation of Deep Region and Multi-Label Learning for Facial Action Unit Detection.

Results 6 DRML_pytorch issues
Sort by recently updated
recently updated
newest added

What should the data look like? Should it only contain the face_images folder, train_info.txt, and test_info.txt? If there is no AU information available, what would be the default setting, and...

Hello and thank you very much for sharing this code. I have a Cuda error in: ``` File: DRML_pytorch-master\lib\region_layer.py", line 44, in forward grid = self.region_layers[module_name](grid.contiguous()) + grid ``` The...

Hi, Thanks very much for sharing your codes. May I ask why the test loss shown in your logs folder is increasing while the training loss is decreasing? Thanks!

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.

Really Sorry but just want to ask that how to use checkpoints for this model? as i try to run the model with disfa or other bigger dataset it will...

Could you tell me how to select the pictures and what information is included in .txt file?