-
Notifications
You must be signed in to change notification settings - Fork 60
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
how to change dataset #20
Comments
When loading cfg, you can register your dataset like this. In function :
And put it into cfg parameters:
So is val set. |
I also want to ask, what should I write about the "dataset_name"? Can you explain it in detail? It would be better if you could give me an example. Do you need to add the data set path of the test.thank you very much. |
|
Thank you very much for helping me answer my questions. Then I met the following questions. How can I solve them? Thank you. |
|
@XiaoyuWant Hi! I wanted to use Dynamic Head for classification problem. After passing images through a backbone and then Dynamic Head, we will have output as B,L,S,C where S = median H * median W. So should one apply adaptive avg pool and then some linear layers or one should first come back to generic dimensions like B, C, H, W? I mean should one reshape the output from Dynamic Heads (B, L, S, C) as B, L * C, H, W ? Thank you! |
|
I want to know how to change my dataset. Can you tell me where to modify it? I've changed the dataset to coco format
The text was updated successfully, but these errors were encountered: