测试所用数据的生成代码
Mintcat10 opened this issue · 2 comments
Mintcat10 commented
你好,可以提供下面四个文件的生成代码吗?
--corpus ./msvd_feats/msvd_corpus_glove.pkl \
--ecores ./msvd_feats/msvd_eco_norm.npy \
--tag ./msvd_feats/msvd_semantic_tag_res_avg.npy \
--ref ./msvd_feats/msvd_ref3.pkl \
另外MSR-VTT的测试数据可以用同样的方式生成吗?
WingsBrokenAngel commented
请参考这个issue:https://github.com/WingsBrokenAngel/Semantics-AssistedVideoCaptioning/issues/2和代码库https://github.com/WingsBrokenAngel/Semantics-AssistedVideoCaptioning。
上面这个工作和本工作是紧密联系的,相当一部分文件是复用的。
我只能告诉你是怎么生成这些文件。由于这些操作大多都是在命令行上完成,除了语义信息的生成,其他没有代码文件。
From: Mintcat_10<mailto:notifications@github.com>
Sent: 2020年4月4日 18:00
To: WingsBrokenAngel/delving-deeper-into-the-decoder-for-video-captioning<mailto:delving-deeper-into-the-decoder-for-video-captioning@noreply.github.com>
Cc: Subscribed<mailto:subscribed@noreply.github.com>
Subject: [WingsBrokenAngel/delving-deeper-into-the-decoder-for-video-captioning] 测试所用数据的生成代码 (#2)
你好,可以提供下面四个文件的生成代码吗?
…--corpus ./msvd_feats/msvd_corpus_glove.pkl \
--ecores ./msvd_feats/msvd_eco_norm.npy \
--tag ./msvd_feats/msvd_semantic_tag_res_avg.npy \
--ref ./msvd_feats/msvd_ref3.pkl \
另外MSR-VTT的测试数据可以用同样的方式生成吗?
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FWingsBrokenAngel%2Fdelving-deeper-into-the-decoder-for-video-captioning%2Fissues%2F2&data=02%7C01%7C%7Cc743b3a34dbd41f6213508d7d87ef951%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637215912164322699&sdata=i9vpOOh8i%2Fm7lmzUxwv%2FeWQQ8PP%2FXMJBTuIDFCPWePs%3D&reserved=0>, or unsubscribe<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADVOHA5EH2BB3WIAQZSECODRK4AK5ANCNFSM4L525UFQ&data=02%7C01%7C%7Cc743b3a34dbd41f6213508d7d87ef951%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637215912164322699&sdata=MNshuRU55dm8%2Fsvt4yfAqyo816YCKWDo8bA%2FWwpu9xU%3D&reserved=0>.
Mintcat10 commented
多谢.