-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object Detection Python* Demo - code comments #2230
Comments
@anujonthemove thanks for feedback, this is right thing to ask and point if something is not clear in demo code. Actually, our intend was to unify and further simplify OMZ demos with having class hierarchy to express that there are some basic steps which are required for any model to run inference: I would not say we've made a final implementation, but at least we are going in this direction. |
Hi, @anujonthemove Thanks for feedback! Could you tell us more about your vision of code explanation? What would you prefer, the comments, the description how code work in the |
Hello @eizamaliev Ideally code comments are enough in most cases but here I wanted to understand the code flow as you suggested by giving a clear description of how the code works in the readme file. Following are the things which I could not comprehend easily:
I am trying to understand the pipeline piece by piece as my end objective is to make an API out of this object detection pipeline. |
Thanks @vladimir-dudnik thanks for outlining the basic steps. I am happy to learn that more development is on it's way! |
Hello,
This may or may not be the right think to ask but the earlier version (Object Detection SSD Python* Demo) of the code was quite straightfoward and self explanatory. This version no doubt is much more organized but it is not so easy to understand therefore I'd like to know if there could be a code flow diagram or at least steps as to what is happening around. Also, for things like
utilization_monitors
, the given description does not provide a very clear explanation of how it can be used.Please do point me to the right resouces.
Thanks
The text was updated successfully, but these errors were encountered: