您好,感谢您的开源工作,我现在可以使用您公开的repo执行readme中的inference,
我这里有一部分自己的VA数据,格式是这样子的。
-root
--person 1
---video_name.mp4
---frames_of_faces(crop and align)
---labels
--person 2
---video_name.mp4
---frames_of_faces(crop and align)
---labels
--person n
........
我看到repo里有train_student、train_teacher,但是没太看懂数据如何组织和加载以及具体的训练参数,
想请教一下您,fine-turn的话,我该如何修改现有的code和组织我的数据,期待您的回复。
您好,感谢您的开源工作,我现在可以使用您公开的repo执行readme中的inference,
我这里有一部分自己的VA数据,格式是这样子的。
-root
--person 1
---video_name.mp4
---frames_of_faces(crop and align)
---labels
--person 2
---video_name.mp4
---frames_of_faces(crop and align)
---labels
--person n
........
我看到repo里有train_student、train_teacher,但是没太看懂数据如何组织和加载以及具体的训练参数,
想请教一下您,fine-turn的话,我该如何修改现有的code和组织我的数据,期待您的回复。