princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

Some problems for corner pooling codes #89

Open ming71 opened 5 years ago

ming71 commented 5 years ago

Is it possible to implement corner pooling wtih pure python? Or cuda/cpp extension is necessary ? (I am not good at cpp/cuda programming ... and consider sorting to python implemention...)

njustymk commented 5 years ago

me too

tigereatsheep commented 5 years ago

@ming71 corner_pooling is a pure tensorflow implementation, but I still can not understand the backward of corner pooling