ISBNet icon indicating copy to clipboard operation
ISBNet copied to clipboard

Performance on ScanNetv2-200 datasets and config files

Open shjung13 opened this issue 1 year ago • 0 comments

Hello authors,

I was running the code on the ScanNetv2-200 dataset and found the config is not matching with its training counterparts.

It can't load some parameters in instance mask branch and outputs 0 mAP.

After I change the num_dyco_layer from 3 to 2, I was able to reproduce the performance, so the default parameter has to be 2 not 3.

Would this be the right case?

Thank you.

shjung13 avatar Jul 02 '24 19:07 shjung13