-
Notifications
You must be signed in to change notification settings - Fork 41
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
Where to put the training or testing dataset? #22
Comments
Did you solve this problem please? |
Hi @JiajiaLi04 @wangxueping78, I'm much sorry for the late reply! cd BMaskR-CNN
cd projects/BMaskR-CNN setup a mkdir datasets
cd datasets
mkdir coco then put the COCO dataset into datasets
| -- coco
| -- annotations
| -- val2017
| -- train2017 If you have any question, I'll reply as soon as possible. |
|
@wangxueping78 yep, the datasets
| -- coco
| -- annotations
| -- instances_train2017.json
| -- instances_val2017.json
| -- val2017
| -- train2017 |
oh,I get it!Thanks
发自我的iPhone
…------------------ Original ------------------
From: Tianheng Cheng ***@***.***>
Date: Thu,Mar 31,2022 11:12 PM
To: hustvl/BMaskR-CNN ***@***.***>
Cc: wangxueping78 ***@***.***>, Mention ***@***.***>
Subject: Re: [hustvl/BMaskR-CNN] Where to put the training or testing dataset? (#22)
@wangxueping78 yep, the instances_train2017.json and instances_val2017.json should be placed into the annotations directory, that is,
datasets | -- coco | -- annotations | -- instances_train2017.json | -- instances_val2017.json | -- val2017 | -- train2017
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Dear Author,
I wonder where to put the training and testing dataset? Are there any rules to name them. It is weired that you did not have the parameters in your parameter lines. Do I need to change the dataset name in the code? Hoping for your reply. Thanks!
The text was updated successfully, but these errors were encountered: