Skip to content

Commit

Permalink
moving text processing files to nlp folder. updating car recognition …
Browse files Browse the repository at this point in the history
…file in cv.
  • Loading branch information
bk521234 committed Jul 10, 2019
1 parent 8544ac8 commit 1221a70
Show file tree
Hide file tree
Showing 10 changed files with 37,002 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cv/car_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
for (x,y,w,h) in cars:
cv2.rectangle(frames,(x,y),(x+w,y+h),(0,0,255),2)

# Display frames in a window
cv2.imshow('video2', frames)
# Display frames in a window
cv2.imshow('video2', frames)

# Wait for Esc key to stop
if cv2.waitKey(33) == 27:
Expand Down
Loading

0 comments on commit 1221a70

Please sign in to comment.