-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: [Errno 2] No such file or directory: '/Users/dada/data/coco/coco_labels.txt'. why? #571
Comments
我也遇到了同样的问题,请问解决了吗 |
还没有
发自我的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)
|
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/') |
好的 我回头试一下
发自我的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: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: