DensePoint icon indicating copy to clipboard operation
DensePoint copied to clipboard

Looking forward to the 11 layer model with 93.2% accuracy.

Open ruc98 opened this issue 5 years ago • 5 comments

.

ruc98 avatar Feb 05 '20 14:02 ruc98

I am able to reproduce Acc: 0.931929 which is 93.2 as claimed in the paper.

sheshap avatar Feb 21 '20 06:02 sheshap

That great! Did you change any training configurations in config_cls.yaml? I tried to implement the exact 11 layer architecture mentioned in the paper with the same config settings but could not get the required accuracy.

ruc98 avatar Mar 01 '20 05:03 ruc98

@ruc98 I didn't change anything. From where did you see 11 layers?. Classification network has 14 layers and segmentation has 23 layers right?

sheshap avatar Mar 02 '20 21:03 sheshap

@sheshappanavar Yes, I mean L=11 excluding the 3 fc layers. So are you able to reproduce 93.2% using the given L=6 code or did you implement the L=11 code given in the paper? Also without the voting evaluation what is your accuracy?

Thanks

ruc98 avatar Mar 04 '20 09:03 ruc98

@ruc98 The 93.2% which I got is using the given L=6 code, with voting. I have not checked without voting. Keep us posted if you try L=11 with or without voting.

sheshap avatar Mar 06 '20 01:03 sheshap