lucastabelini/LaneATT

more efficient way to cut anchor features

ztianlin opened this issue · 1 comments

Hello, I foundrois = img_features[self.cut_zs, self.cut_ys, self.cut_xs] quite time consuming especially on remote devices, is there a more efficient way to code the anchor feature cutting procedure (alternative for fancy indexing)? Many thanks.