EMPHATICSoft / emphaticsoft

Base repository for art-based code
Apache License 2.0
1 stars 0 forks source link

Fix bug in DetGeoMap::SSDClusterToLineSegment #152

Open jonpaley opened 9 months ago

jonpaley commented 9 months ago

Currently we take the y-position within a strip to be (pos-floor(pos)), where "pos" is the cluster avg., but it really should be (pos-floor(pos)-0.5).