Skip to content

고려대학교 KTX 유실물 탐지 인공지능 프로젝트

License

Notifications You must be signed in to change notification settings

TaskerJang/lost-and-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
JJangcoding
Jun 19, 2024
3bbc1f4 · Jun 19, 2024
Jun 14, 2024
Jun 18, 2024
Mar 1, 2024
Jun 13, 2024
Jun 19, 2024
Jun 13, 2024
Jun 17, 2024
Jun 17, 2024
Aug 5, 2023
Mar 11, 2024
May 25, 2024
May 12, 2023
Aug 1, 2023
Jun 19, 2024
Jun 17, 2024
Jun 17, 2024
Jun 15, 2024
Jun 15, 2024
Mar 28, 2024
Jun 16, 2024

Repository files navigation

img_1.png

🛠️ ALF: Automated Lost & Find

📹 실시간 CCTV 데이터를 활용하여 즉각적인 알림을 통해

🚨 효율적으로 유실물을 방지하는 솔루션

ALF를 이용해서 유실물을 미연에 방지하세요! 중요한 물건을 잃어버린 적이 있나요? 🤔 더는 잃어버린 물건을 찾느라 헤매지 마세요.

🛠️ 기술 스택

프로젝트에 사용된 주요 기술들 💻

🚧 파이프라인

효율적인 인공지능 모델 흐름 구축 🔄

img.png

📊 데이터셋

데이터셋은 모델 구동의 생명 💡

🖥 인공 지능 기초 스터디

기초부터 차근 차근 📚

🔍 논문 스터디

좀 더 깊게 파고들기 📑

💡 피드백

실패는 우리를 성장시킨다 💪

🌱 회고

기억보단 기록을 📑

🚀 구동 방법

프로젝트를 시작하는 방법 🔧

코랩 주소!!!

https://drive.google.com/drive/folders/1b8y9NuPfR_xZobZGqVB7pAOwRYeKWttf?usp=drive_link

1단계: Conda 가상환경 만들기

Python 3.8 이상으로 Conda 가상환경을 만듭니다. Anaconda 또는 Miniconda가 설치되어 있어야 합니다.

# Conda 가상환경 만들기
conda create -n yolo_tracking_env python=3.8

# 가상환경 활성화
conda activate yolo_tracking_env

2단계: 레포지토리 클론 및 의존성 설치

# 리포지토리 클론
git clone <레포지토리 주소>

# 디렉토리 이동
cd lost-and-find

# poetry 설치
pip install poetry

# yolo 의존성 설치
poetry install --with yolo

# transformers 설치
pip install transformers

3단계: 예제 실행

# Tracking 예제 실행
python tracking/our_track.py --yolo-model best3_yolov8.pt --reid-model osnet_x0_25_msmt17.pt --source <비디오 경로> --save --project "프로젝트 경로" --name "출력 파일 이름" --conf 0.84

🤼 Developer Contributers

kmdodo Min-jyun TaskerJang Estar0622 Psangmin me6482 jihye0105
도경민 민지윤 장현상 김동규 박상민 김준서 신지혜

📸 6조

img.png

6조를 빛내준 팀원분들과 선동언 선생님, 류기곤 선생님, 유길상 교수님께 감사의 인사를 드립니다. 😊

About

고려대학교 KTX 유실물 탐지 인공지능 프로젝트

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published