-
Notifications
You must be signed in to change notification settings - Fork 202
Update Demo videos #176
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
Update Demo videos #176
Conversation
| # Uncomment one of these and comment the one given above | ||
| # to see visualisation in different color frames | ||
|
|
||
| # depthFrame = cv2.applyColorMap(depthFrame, cv2.COLORMAP_BONE) |
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.
is this really needed? I think a few color maps would suffice and maybe a link to cv2 docs where all others are listed. Same goes for the 03_depth_preview.py
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.
I think that these encourage you to actually try different ones, and you don't need to put anything together yourself. This was added in #127 so I thought we want to have it here too
themarpe
left a comment
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.
Small change - apart from changes of other reviewers, LGTM
# Conflicts: # docs/source/samples/26_3_spatial_tiny_yolo.rst # examples/12_rgb_encoding_mono_mobilenet_depth.py # examples/26_3_spatial_tiny_yolo.py # examples/README.md
Updated website preview is here - https://luxonis-docs-website--176.com.readthedocs.build/projects/api/en/176/
08_rgb_mobilenet.py
09_mono_mobilenet.py
10_mono_depth_mobilenetssd.py
11_rgb_encoding_mono_mobilenet.py
12_rgb_encoding_mono_mobilenet_depth.py
15_rgb_mobilenet_4k.py
16_device_queue_event.py
17_video_mobilenet.py
18_rgb_encoding_mobilenet.py
22_1_tiny_yolo_v3_device_side_decoding.py
22_2_tiny_yolo_v4_device_side_decoding.py
23_autoexposure_roi.py
24_opencv_support.py
26_1_spatial_mobilenet.py
26_2_spatial_mobilenet_mono.py
26_3_spatial_tiny_yolo.py
28_camera_video_example.py