lalonderodney / SegCaps

Official Implementation of the Paper "Capsules for Object Segmentation".
Apache License 2.0
276 stars 101 forks source link

Error in the Baseline Caps Net figure from the paper? #39

Open aswinshriramt opened 3 years ago

aswinshriramt commented 3 years ago

Hi,

The Primary Caps dimensions shown in the figure seem to be reversed from what is explained in the paper and implemented in the code. There should be 8 capsules and 32 filters/atoms in each of them. Instead, the image shows 32 capsules with each of them having 8 atoms/filters.

aswinshriramt commented 3 years ago

seg_caps-error