当我运行bash scripts/extract_img_feats.sh时显示下面内容,但并没有生成coco2014_feats
Closed this issue · 7 comments
Celinewxy commented
当我运行bash scripts/extract_img_feats.sh时显示下面内容,但并没有生成coco2014_feats
image dirs: ['datasets/coco2014/train2014/', 'datasets/coco2014/val2014/']
total images: 0
100%|████████████████████████████████████| 1.26G/1.26G [2:37:25<00:00, 143kiB/s]
0it [00:00, ?it/s]
请问是为什么
ParadoxZW commented
Did you prepare image dirs datasets/coco2014/train2014/
and datasets/coco2014/val2014/
correctly?
Celinewxy commented
您好,我准备了image 文件,coco2014的train和val都在dataset下,但是加载image时仍显示0
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Zhenwei ***@***.***>
发送时间: 2023年7月11日 23:15
收件人: MILVLG/prophet ***@***.***>
抄送: Celinewxy ***@***.***>, Author ***@***.***>
主题: Re: [MILVLG/prophet] 当我运行bash scripts/extract_img_feats.sh时显示下面内容,但并没有生成coco2014_feats (Issue #44)
Did you prepare image dirs datasets/coco2014/train2014/ and datasets/coco2014/val2014/ correctly?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
ParadoxZW commented
Is the folder name dataset
or datasets
?
ParadoxZW commented
May you run the command ls datasets/coco2014
at the root dir of the project and provide the results?
Celinewxy commented
图像是在datasets下的coco2014/train2014和val2014
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Zhenwei ***@***.***>
发送时间: 2023年7月11日 23:28
收件人: MILVLG/prophet ***@***.***>
抄送: Celinewxy ***@***.***>, Author ***@***.***>
主题: Re: [MILVLG/prophet] 当我运行bash scripts/extract_img_feats.sh时显示下面内容,但并没有生成coco2014_feats (Issue #44)
May you run the command ls datasets/coco2014 at the root dir of the project and provide the results?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Celinewxy commented
你好,请问生成coco2014_feats的train2014和val2014大约需要多少G内存呀
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Zhenwei ***@***.***>
发送时间: 2023年7月11日 23:28
收件人: MILVLG/prophet ***@***.***>
抄送: Celinewxy ***@***.***>, Author ***@***.***>
主题: Re: [MILVLG/prophet] 当我运行bash scripts/extract_img_feats.sh时显示下面内容,但并没有生成coco2014_feats (Issue #44)
May you run the command ls datasets/coco2014 at the root dir of the project and provide the results?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
ParadoxZW commented
Do you mean disk space? We suggest you prepare 500GB free disk space at least.