Allen

Results 27 comments of Allen

Hi @xiaomengyc , Thanks for sharing your code! As I am running your code, I get a similar classification error on CUB dataset. However, when it comes to the localization...

Hi @xiaomengyc , Thanks for sharing your code! As I am running your code, I get a similar classification error on CUB dataset. However, when it comes to the localization...

@xiaomengyc Thanks for your kind reply! It is fine. It great to know how you set the threshold values. Thanks again!

@xiaomengyc One more question, since I have run your code and tried different thresholds, I can not get the reported localization results, though I did get a similar classification result....

Actually, when I use ground truth labels to evaluate, I can get the similar localization results as you reported. However, the classification error rate is about ~25, which means the...

Hi @xiaomengyc Thanks for the reply! Your code has helped me to understand this task and thanks a lot for the code!

Hi @xiaomengyc , One last question, hope you will not feel annoying. Since I am new to this topic, I am not sure my evaluation method is right. First of...

Did you modify the code? I have run the original code, too. There are no problems.

Ubuntu 14.04 64-bit Anaconda 4.3.30 Python 3.6.3 pytorch 0.3.0

@jphdotam Why make the batch_norm always the training mode in ContBatchNorm3d?