We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7234a93 commit bde7733Copy full SHA for bde7733
demo.py
@@ -53,7 +53,7 @@ def image_stream(imagedir, calib, stride):
53
intrinsics[0::2] *= (w1 / w0)
54
intrinsics[1::2] *= (h1 / h0)
55
56
- yield t, image, intrinsics
+ yield t, image[None], intrinsics
57
58
59
if __name__ == '__main__':
0 commit comments