-
Notifications
You must be signed in to change notification settings - Fork 27
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
Top-1 Loc, Top-5 Loc and backbone( DenseNet161 and EfficientNet-B7 ) #5
Comments
Hi,
BTW, welcome to star our project! |
Thanks for your reply! I would like to confirm the following questions with you again. For the second question, I need to manually add the top-1 and top-5 code to the source code, right? For the third question, I need to refer to PSOL to modify and add the source code to re-train and achieve the following result reproduction, right? I really appreciate your work, hope you can open your re-training code in this repository, and I have strat for your work! |
Exactly. |
For convenience, I will try to clean and upload my codes in the coming weeks! |
Ok, thank you very much for your reply! |
Hello, I just clean and upload the code to train a regressor using the extracted bboxes. Please check that and feel free to ask any questions! |
Ok, I'll download the code and take a look. Thank you for your patient and careful reply! Your work is really great! If there are new questions in the future, I hope to communicate with you through the platform! Thank you! |
Hello, I would like to know the configuration of your WSOL and WSSS experiments, as well as the epochs when training WSOL on CUB_200_2011 dataset and WSSS on VOC2012. |
Hello, default configurations can be found in xxx.yaml or arguments in the code. |
Have you loaded the pretrained moco or detco? |
When runing the experiments, you can observe the generated activation map in |
Hello, I see that the loss value of ten epochs is still decreasing. Should we increase the training epoch? As for the background clue being all black, I may need some more time to experiment. |
I just run the code and it is no problem in my experiments. How about your configurations? Is same with this repository? |
Please ensure the batch size is larger than 32. |
Hello,I'm confused about how to calculate top-1 loc and top-5 loc on top of class-agnostic maps since class label is unknown, could you explained classifer in detail?For example,whether the classifer is directly bulit on the class-agnostic maps? And whether the classifier needs to be supervised? |
Hi, just combine the bbox with a classification result. We provide details in method section. |
Hello! First of all, you did a great job! Congratulations! Second, I have three questions I'd like to ask you about running the code.
First, in the case of WSOL, I didn't find the test file test.py in the code. Is the result on the CUB-200-2011 test set and imagenet-1k validation set mentioned in this paper calculated by def test in train_ccam_cub. py?
Secondly, the three evaluation Top-1 Loc, Top-5 Loc mentioned in the paper were not found in the code to calculate Top-1 Loc and Top-5 Loc, so there was no Top-1 Loc and Top-5 Loc in the running result of my CUB-200-2011 dataset. How to solve this problem?
Thirdly, the C2AM(Ours) in Table1 uses backbone DenseNet161 and Efficientnet-B7. I did not find the part of the code downloading and replacing these two backbone networks in the code, so that the results in C2AM(Ours) in Table1 could not be reproduced. How to solve this problem?
The text was updated successfully, but these errors were encountered: