ZHIJUN

Results 2 issues of ZHIJUN

Can you please list the data format of vggface2_val_list_max_normal_100_ring_5_1_serial.npy so that I can format my own dataset.

line 910 using select_conv_feat = weight1 * warp_conv_feat_1 + weight2 * warp_conv_feat_2 seems just accumulate features from nearby frames. Paper said including its own, but in this step, it doesn't...