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

DRY Priniciples for the Main API File #28

Open andrewpeters9 opened 5 years ago

andrewpeters9 commented 5 years ago

It looks like the main API file could be cleaned up a bit, as a lot of code is repeated.

Let me know if you're OK with me doing this, and I'll submit a PR 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?