Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yms_AI

Detecting fallen people

download yolov5

git clone https://github.com/ultralytics/yolov5
cd ./yolov5
!pip install -r requirements.txt

detect video

# 동영상 파일 경로
source_path = '/path/your/video'

# 모델 가중치 파일 경로
weights_path = "/path/your/weights"

# detect.py 실행
%cd /content/yolov5
!python detect.py --source {source_path} --weights {weights_path}

대용량 파일 및 폴더 링크

이 프로젝트에 필요한 대용량 파일과 데이터를 아래 링크에서 확인하세요:

파일 다운로드

폴더 공유

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages