Skip to content

Commit 1a904dd

Browse files
committed
[add] demo :movie_video:
1 parent e48fff0 commit 1a904dd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
4.85 MB
Binary file not shown.
4.39 MB
Binary file not shown.
4.7 MB
Binary file not shown.

segmentation_tk/test.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def predict_image(flag):
5858

5959
def demo(flag):
6060

61-
vc = cv2.VideoCapture('./demo/stuttgart_00.mp4')
62-
fourcc = cv2.VideoWriter_fourcc(*'x264')
63-
vw_name = './demo/result_stuttgart_00.mp4'
61+
vc = cv2.VideoCapture('./demo/stuttgart_02.mp4')
62+
fourcc = cv2.VideoWriter_fourcc(*'avc1')
63+
vw_name = './demo/result_stuttgart_02.mp4'
6464
vw = cv2.VideoWriter(vw_name, fourcc, 30.0, (512, 256))
6565

6666
t_start = cv2.getTickCount()

0 commit comments

Comments
 (0)