Skip to content

Commit

Permalink
Update MobileNetSSDwithRealSenseTF.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored Jul 10, 2018
1 parent 93918a5 commit 423ff03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MobileNetSSDwithRealSenseTF.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
width=width)

cv2.namedWindow('RealSense', cv2.WINDOW_AUTOSIZE)
#cv2.imshow('RealSense', cv2.resize(color_image,(width, height)))
cv2.imshow('RealSense', color_image)
if cv2.waitKey(1)&0xFF == ord('q'):
break
Expand Down

0 comments on commit 423ff03

Please sign in to comment.