ahmetozlu / tensorflow_object_counting_api

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
https://www.youtube.com/watch?v=yT_1eKJTdfk
MIT License
1.32k stars 546 forks source link

Separate Util Modifications #27

Open andrewpeters9 opened 5 years ago

andrewpeters9 commented 5 years ago

I understand that some of Tensorflow's util files had to be modified for this to work; however, I believe this API could be made more elegant if there were a separation between the default utils and edited utils.

I'll implement a PR for this sometime in the next two weeks.

ahmetozlu commented 5 years ago

Hey Andrew, it sounds great! Please, perform code cleanup, then submit PR. I'll review it quickly and accept it if looks suitable. Thanks..

ahmetozlu commented 5 years ago

@andrewpeters9 are there any progress?