-
Notifications
You must be signed in to change notification settings - Fork 15
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
AssertionError #3
Comments
The pre-trained PVTv2 models are here https://github.com/whai362/PVT/tree/v2/classification#model-zoo |
Hello, I have a question. After downloading your pre training model, I want to know how to use your code for testing. |
The pre-trained model is after the second step training (two-branch based model over base classes). You can directly use the script of few-shot fine-tuning for evaluation. For example, on COCO dataset, you can use the following script
|
It seems that the direct cause is that dataset_name is not an attribute of meta. |
How can I get 'pvt_v2_b2_li.pth' ? I can't find this file.
![image](https://user-images.githubusercontent.com/104489886/199003944-9ad3f975-02b3-4393-b1a6-91e5cf91a4cc.png)
The text was updated successfully, but these errors were encountered: