ISBNet
ISBNet copied to clipboard
Performance on ScanNetv2-200 datasets and config files
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.