Skip to content
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

Is train dataset config is correct? #11

Closed
frkake opened this issue Jul 19, 2021 · 4 comments
Closed

Is train dataset config is correct? #11

frkake opened this issue Jul 19, 2021 · 4 comments

Comments

@frkake
Copy link

frkake commented Jul 19, 2021

Below train config setting is correct?
It looks ignoring seen classes even during training.
I wonder why this data class is called during training.

I think that CocoDataset_48_17 and CocoDataset_65_15 data class looks appropriate.

Thank you a lot!

@zhengye1995
Copy link
Owner

Sorry for this confusing code. In fact, it only affects the category name during visualization.The data and categories used for training are completely determined by the label file

ann_file=data_root + 'annotations/instances_train2014_seen_48_17.json',
. (note: 'dataset_type' affects training in the new version of mmdetection, but has no effect in this old version)

@frkake
Copy link
Author

frkake commented Jul 19, 2021

@zhengye1995
Thank you so much for fast response!
I'm convinced very well!

By the way, what version of mmdetection is based in this repository?
I would like to develop this in upper version of it.

@zhengye1995
Copy link
Owner

mmcv 0.2.14
mmdet 1.0rc0+45ee140

@frkake
Copy link
Author

frkake commented Jul 19, 2021

@taku-buntu Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants