-
Notifications
You must be signed in to change notification settings - Fork 12
Feature/unittest 2 #30
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
base: develop
Are you sure you want to change the base?
Conversation
raviinfo173
commented
Apr 18, 2023



producer.py
Outdated
| self.cam.set(cv2.CAP_PROP_FPS, fps) | ||
| self.fps = fps | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swhy we have some line formattings, seems you did a copy from annotatedVideoServer repo? can you please enhance them to be able to see actual changes
| from PIL import Image | ||
| from PIL import ImageDraw | ||
| from flask import Flask, Response | ||
| from tracklet.tailvisualization import draw_tail, midpoint_calculate, get_tracking_entry_with_midpoint, update_midpoint_to_tracklets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we have this file? do we really need them for unittests. If I'm not mistaken that's a python2 feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have to have those init empty files
|
@raviinfo173 pls take a look all the comments, and ping me once you need to discuss |