Skip to content

Commit

Permalink
Revert "Merge branch 'develop' into ljy67122"
Browse files Browse the repository at this point in the history
This reverts commit b8c4dcc, reversing
changes made to 18fdd60.
  • Loading branch information
sycuuui committed May 2, 2024
1 parent b8c4dcc commit b3086a3
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 203,594 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ wider face.v3i.yolov5pytorch
dist
build
myenv
svm/**
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

2 changes: 0 additions & 2 deletions .idea/flask.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified __pycache__/app.cpython-311.pyc
Binary file not shown.
Binary file modified pytorch/__pycache__/mosaic_jiyeon.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion pytorch/mosaic_jiyeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def mosaic(video_path, image_paths):
# YOLOv5 모델 로드
# model = torch.hub.load('./pytorch/yolov5', 'custom', path='./pytorch/best.pt', source='local')
model = torch.hub.load('ultralytics/yolov5', 'custom', path='./pytorch/best.pt',source='local')
model = torch.hub.load('ultralytics/yolov5', 'custom', path='./pytorch/best.pt')
output_video_path = os.path.join('tmp', video_path)
# 특정 사람의 얼굴 이미지 로드
# person_image = face_recognition.load_image_file("goognyoo.png")
Expand Down
Binary file removed svm/Gongyoo/image1.jpg
Binary file not shown.
Binary file removed svm/Gongyoo/image2.png
Binary file not shown.
Binary file removed svm/Gongyoo/image3.png
Binary file not shown.
Binary file removed svm/Gongyoo/image4.png
Binary file not shown.
Binary file removed svm/Gongyoo/image5.png
Binary file not shown.
Binary file removed svm/Gongyoo/img.png
Binary file not shown.
Binary file removed svm/Gongyoo/img_1.png
Binary file not shown.
82 changes: 0 additions & 82 deletions svm/cnn.py

This file was deleted.

68 changes: 0 additions & 68 deletions svm/cnn2.py

This file was deleted.

Binary file removed svm/cutVideo.mp4
Binary file not shown.
Loading

0 comments on commit b3086a3

Please sign in to comment.