Skip to content

Commit

Permalink
동영상 업로드
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy6712 committed May 24, 2024
1 parent 67e2947 commit e18b8e2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,4 @@ def mosaic(video_path, image_paths):
out.release()
cv2.destroyAllWindows()

return output_video_path


if __name__ == "__main__":
import sys
video_path = sys.argv[1]
image_paths = ["save/train/yoo/image4.jpeg","save/train/yoo/image5.jpeg","save/train/yoo/image6.jpeg"]
mosaic(video_path, image_paths)
return output_video_path

0 comments on commit e18b8e2

Please sign in to comment.