see-- / keras-centernet

A Keras implementation of CenterNet with pre-trained model (unofficial)
MIT License
337 stars 84 forks source link

replace MaxPoll with stride=2 #22

Closed bruceliuxing closed 4 years ago

bruceliuxing commented 4 years ago

notice that you replace Maxpooling with residual module of stride=2, is it safe compaired with the orginal nerwork?

see-- commented 4 years ago

Yes, it is the same as the official implementation.