1 Star 3 Fork 0

Dr-Zhuang/a-PyTorch-Tutorial-to-Image-Captioning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
create_input_files.py 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
sgrvinod 提交于 2018-05-30 08:34 . add
from utils import create_input_files
if __name__ == '__main__':
# Create input files (along with word map)
create_input_files(dataset='coco',
karpathy_json_path='../caption data/dataset_coco.json',
image_folder='/media/ssd/caption data/',
captions_per_image=5,
min_word_freq=5,
output_folder='/media/ssd/caption data/',
max_len=50)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhuang_shuo/a-PyTorch-Tutorial-to-Image-Captioning.git
git@gitee.com:zhuang_shuo/a-PyTorch-Tutorial-to-Image-Captioning.git
zhuang_shuo
a-PyTorch-Tutorial-to-Image-Captioning
a-PyTorch-Tutorial-to-Image-Captioning
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385