We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在复现过程中遇到了以下问题,查看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' ’‘’
The text was updated successfully, but these errors were encountered:
我也是这样,请问你解决了吗?
Sorry, something went wrong.
No branches or pull requests
我在复现过程中遇到了以下问题,查看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'
’‘’
The text was updated successfully, but these errors were encountered: