Skip to content

Commit 18a8134

Browse files
authoredApr 2, 2020
cleaned up personal artifacts
1 parent d1eda35 commit 18a8134

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
 

‎frameCollect.py

+4-9
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,15 @@ def downSampleVideo(filepath, factor=0.5, outfolder="VIDEOS"):
6565

6666

6767
if __name__ == "__main__":
68-
#videopath = "/Users/gbanuru/PycharmProjects/detectAndTrack/cleanVideos/UAV123_car2.mp4"
69-
#videopath = "/Users/gbanuru/PycharmProjects/detectAndTrack/cleanVideos/UAV123_person1.mp4"
70-
#videopath = "/Users/gbanuru/PycharmProjects/BlockMatching/VIDEOS/IndiaAriel.mp4"
71-
7268

7369
timer = time.time()
7470

7571
# COMMAND STARTS HERE
76-
#getFrames(videopath, name="personFrame", skip=10, count=2)
7772

78-
videopath = "/Users/gbanuru/PycharmProjects/BlockMatching/VIDEOS/CityWalk.mp4"
79-
downSampleVideo(videopath)
80-
videopath = "/Users/gbanuru/PycharmProjects/BlockMatching/VIDEOS/HouseTour.mp4"
81-
downSampleVideo(videopath)
73+
#videopath = "VIDEOS/CityWalk.mp4"
74+
#downSampleVideo(videopath)
75+
#videopath = "VIDEOS/HouseTour.mp4"
76+
#downSampleVideo(videopath)
8277

8378
#COMMAND ENDS HERE
8479

0 commit comments

Comments
 (0)
Please sign in to comment.