Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoolaolafenwa committed Aug 31, 2020
1 parent 551e010 commit f2b7e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/image_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Obtain arrays of segmentation with bounding boxes by including the parameter **s
capture = cv2.VideoCapture(0)
while True:
ret, frame = capture.read()
segment_video.segmentFrame(frame)
segment_frame.segmentFrame(frame)
cv2.imshow("frame", frame)
if cv2.waitKey(25) & 0xff == ord('q'):
break
Expand Down

0 comments on commit f2b7e24

Please sign in to comment.