Hi, thank you for your great work!
I am a little bit confused that the noise_index adopted in NCR and DECL are different, while in BiCro it seems to take the noise_index in NCR in the file ./noise_index. However, in the training script, I cannot find the referred directory 'noise_index/coco_precomp_0.4.npy'.
|
--noise_file noise_index/coco_precomp_0.4.npy \ |
In fact, the noise_index is quite important in comparing with different methods. For instance, if DECL adopts the same noise_index as NCR, it will only show a tiny edge over NCR. This phenomenon could be found at
their repo.
Therefore, in order to make a thorough comparison, could you share the noise_index adopted in BiCro? Thanks a lot.
Hi, thank you for your great work!
I am a little bit confused that the noise_index adopted in NCR and DECL are different, while in BiCro it seems to take the noise_index in NCR in the file ./noise_index. However, in the training script, I cannot find the referred directory 'noise_index/coco_precomp_0.4.npy'.
BiCro/train_coco.sh
Line 23 in 0aee28b
In fact, the noise_index is quite important in comparing with different methods. For instance, if DECL adopts the same noise_index as NCR, it will only show a tiny edge over NCR. This phenomenon could be found at their repo.
Therefore, in order to make a thorough comparison, could you share the noise_index adopted in BiCro? Thanks a lot.