FileNotFoundError: [Errno 2] No such file or directory: '/Users/dada/data/coco/coco_labels.txt'. why?
Zhaowss opened this issue · 4 comments
Zhaowss commented
FileNotFoundError: [Errno 2] No such file or directory: '/Users/dada/data/coco/coco_labels.txt'. why?
tyj1225 commented
我也遇到了同样的问题,请问解决了吗
Zhaowss commented
还没有
发自我的iPhone
…------------------ Original ------------------
From: tyj1225 ***@***.***>
Date: Fri,Mar 18,2022 4:29 PM
To: amdegroot/ssd.pytorch ***@***.***>
Cc: Zhaowss ***@***.***>, Author ***@***.***>
Subject: Re: [amdegroot/ssd.pytorch] FileNotFoundError: [Errno 2] No such fileor directory: '/Users/dada/data/coco/coco_labels.txt'. why? (Issue #571)
tyj1225 commented
If you clone this git, then it is not /data/coco, its somewhat like ssd.pytorch/data/coco_label.txt, so change the line11 of ssd.pytorch/data/coco.py to something like COCO_ROOT = osp.join(HOME, 'Downloads/ssd.pytorch/data/')
its depend on where you clone, i put it in Downloads so you have to use yours
我在下面找到了答案 你试一下看看行不行
Zhaowss commented
好的 我回头试一下
发自我的iPhone
…------------------ Original ------------------
From: tyj1225 ***@***.***>
Date: Fri,Mar 18,2022 4:47 PM
To: amdegroot/ssd.pytorch ***@***.***>
Cc: Zhaowss ***@***.***>, Author ***@***.***>
Subject: Re: [amdegroot/ssd.pytorch] FileNotFoundError: [Errno 2] No such file or directory: '/Users/dada/data/coco/coco_labels.txt'. why? (Issue #571)
If you clone this git, then it is not /data/coco, its somewhat like ssd.pytorch/data/coco_label.txt, so change the line11 of ssd.pytorch/data/coco.py to something like COCO_ROOT = osp.join(HOME, 'Downloads/ssd.pytorch/data/')
its depend on where you clone, i put it in Downloads so you have to use yours
我在下面找到了答案 你试一下看看行不行
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>