zcxu-eric / Ego4d_TalkNet_ASD

15 stars 9 forks source link

Face crop augmentation #4

Closed SAGNIKMJR closed 1 year ago

SAGNIKMJR commented 1 year ago

Hi @zcxu-eric ,

Could you provide some intuition behind the following code (see screenshot) for face crop augmentation in dataLoader.py. Specifically, I don't understand what you achieve through lines 111 and 114. I couldn't find any such step in the original TalkNet repo (https://github.com/TaoRuijie/TalkNet-ASD) or any mention of it in the TalkNet/Ego4D paper.

Screenshot 2023-02-24 at 9 47 24 PM
zcxu-eric commented 1 year ago

Hi, the motivation is to crop a sqaure region with the face located in the center of the image. You may find the source here from TalkNet.