passalis / cbof

Bag-of-Features Pooling for Deep Convolutional Neural Networks
27 stars 13 forks source link

simpy issue #1

Open shining-love opened 5 years ago

shining-love commented 5 years ago

I would appreciate it if you could provide a new version supporting for tensorflow.I'm not familiar to tensorflow,so I think that it's hard for me to modify your code into tensorflow version.

passalis commented 5 years ago

Please have a look on the keras implementation of the method https://github.com/passalis/keras_cbof

I haven't tested the code yet to verify that is still compatible with tf2, but if there is any issue, it should be a minor one (I will check it soon though).

shining-love commented 4 years ago

hello,I mean that I hope you provide this bof pooling layer code of tensoflow 1.x version instead of tf2.I will appreciate you so much.Moreover,can this bof pooling code insert into tf1.x directly ?