liyantett / Joint-Local-and-Global-Information-Learning-with-Single-Apex-Frame-Detection-for-Micro-expression-Re

This code is about the paper "Joint Local and Global Information Learning with Single Apex Frame Detection for Micro-expression Recognition" January 2021 IEEE Transactions on Image Processing 30:249-263
MIT License
8 stars 3 forks source link

The majority of MEs #1

Open pakchoi-php opened 2 years ago

pakchoi-php commented 2 years ago

Hello, I would like to ask if your data has been scaled up, the paper only mentions that the scale is thirty, how should I determine how many layers of laplacian pyramid it uses.

liyantett commented 2 years ago

amplify_spatial_lpyr_temporal_iir_imgVer(video_data, alpha, 16, 0.4, 0.05, 0.1);

pakchoi-php commented 2 years ago

amplify_spatial_lpyr_temporal_iir_imgVer(video_data, alpha, 16, 0.4, 0.05, 0.1);

Is this function in the code? I usually use pytorch and am not familiar with Caffe. What do these parameters represent respectively 16, 0.4, 0.05 and 0.1