thuiar/MMSA-FET

谷歌云盘存储的aligned_50.pkl是通过哪个版本的代码实现的呢?

LH019 opened this issue · 1 comments

我在复现过程中遇到了以下问题,查看MMSA-FET-master/src/MSA_FET/aligner/default.py 中的Aligner类中确实不存在align_with_transcript函数
‘’‘
Traceback (most recent call last):
File "/home/LH/Exp_2/MMSA-FET-master/src/MSA_FET/dataset.py", line 118, in extract_one
align_result = aligner.align_with_transcript(video_path, text)
AttributeError: 'Aligner' object has no attribute 'align_with_transcript'
’‘’

我也是这样,请问你解决了吗?