**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
4天前关闭。
Improve this question
假设我的文件夹结构如下-
speaker_id1
---------->sentence1
------------------->words_in_sentence1
--------------------------------------> frame1.jpg
--------------------------------------> frame2.jpg
speaker_id2
----------->....
------------------->.....
--------------------------------------> ....
我必须使用每个单词(即类)的图像序列来训练深度学习模型。你能帮我导入帧(即图像序列),使类成为“words_in_sentence”吗?
到目前为止,我已经将包含视频的初始数据集转换为帧,结构如前所述。我可以获得类。甚至可以将帧存储为传统的标记图像。但我想存储特定类的序列。
1条答案
按热度按时间wfsdck301#
你可以通过
1.列出保存文件中的索引,以便管理子目录长度。
1.更改子目录格式并使用flow_from_directory:Create dataflow
示例:使用数据列表索引文件,复杂的子目录结构需要列表索引,以便以后比较引用。
输出:训练结果、使用自定义类名的类别模式和dataFrame。