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
您好,我是一名刚入门的研0学生,如果能得到您的帮助我将不胜感激。 下图是STANet/S/train.py 中的参数获取函数。 其中 img_dir1是训练集,img_dir2是测试集,但是训练使用的AVE数据集只包含MP4文件,您能告诉我数据集的预处理代码是哪个吗?
STANet/S/train.py
img_dir1
img_dir2
AVE
同样还有STA/VGGClassfiction/audiostft.py中video_path,audio_dir的文件是如何获得的呢? 您提出的无监督训练方法十分有意义,真心期待您的回复。
STA/VGGClassfiction/audiostft.py
video_path
audio_dir
The text was updated successfully, but these errors were encountered:
从mp4格式的视频中提取音频,具体可以参考:https://blog.csdn.net/ZXYbbb/article/details/125669205; 然后需要通过视频生成序列帧,具体可以参考:https://blog.csdn.net/qq_44975659/article/details/125025460; 这些可以通过百度可以找到的。
Sorry, something went wrong.
No branches or pull requests
您好,我是一名刚入门的研0学生,如果能得到您的帮助我将不胜感激。
下图是
STANet/S/train.py
中的参数获取函数。其中
img_dir1
是训练集,img_dir2
是测试集,但是训练使用的AVE
数据集只包含MP4文件,您能告诉我数据集的预处理代码是哪个吗?同样还有
STA/VGGClassfiction/audiostft.py
中video_path
,audio_dir
的文件是如何获得的呢?您提出的无监督训练方法十分有意义,真心期待您的回复。
The text was updated successfully, but these errors were encountered: