Closed TinyAway closed 2 years ago
@TinyAway Thanks for your interest. Some details in our code are different from original pfenet code, for example, the batchnorm in the backbone needs to be adjusted to the .eve() mode; using DistributedDataParallel with SyncBatchNorm. In the same framework, pfenet performs much better than ASPP, fairer results are in table1 and table2. Following previous paper, the results of comparison methods in Table 12 were obtained directly from the original paper.
Thanks for sharing your interesting work. I have a question when studying your paper. It is observed that you got better results using ASPP instead of FEM in PFENet as shown in Table 12. However, this phenomenon is opposite to the result in the original paper. Did you use any extra tricks to get these results?