-
Hi, thanks for sharing the code! I have trained the model without any modification, but the results are always about 1% worse than the reported accuracy.
Here are some reproduced results with reporte…
-
Hello! I'm sorry I am a newbie in deep learning, I want to ask how to get the Dataset Pascal-5i, I used VOC2012 directly, but there will be some label and picture mismatch problems. Thanks!
![image](…
-
![image](https://user-images.githubusercontent.com/46946418/101857245-089a4200-3ba2-11eb-940d-2fc5c2ffd9c4.png)
I'm trying to reproduce results on Pascal-5i with the pred-trained weights that you pro…
-
Thanks for your good work. How long does your model need to train?
-
In the experiment setting of PASCAL-5i, the initial lr is setting to 0.0025. But i saw that there was a scaler_lr in the poly_learning_rate(). And the default value is 10. So the initial lr is actuall…
-
Hello, I have a question regarding evaluation
In line 52-64 in PFENet/util/util.py (function intersectionAndUnion), the function computes intersection & union between gt-mask and predicted mask. I …
-
Hello,
I found an error in your evaluation code (in function "update_evl" of NoteEvaluation.py).
Given N sample episodes, your code computes average IoU as follows:
(tp_1 + tp_2 + ... + tp_N) / (…
-
hello, thanks for your excellent work. I didn't find any parameter setting number of way, is the batch size of support image actually define the n_way? thanks
-
Hi, thanks for your good work. I guess the performance of the pre-trained model is vital for the later few-shot task. So, can you provide the mIoU of validation sets during training? Should have four …
-
Thanks for sharing your code. It is a really great work! But the accuracy rate I got based on this code is lower than that reported in the paper. Can you share the hyperparameter settings on the VOC2…