Skip to content

yjs616/TrashObjectDetection

Repository files navigation

TrashObjectDetection

Object Detection 프로젝트 진행 후 만든 데모입니다 🌏 🗑️

ObjectDetection Projects

💻More Information

Demo

1. 실시간 웹캠 객체 탐지

mmdetection/demo/streamlit_demo_webcam.py
demo-webcam-pc-v2_PwaCDTE0.mp4

2. 실시간 비디오 객체 탐지

mmdetection/demo/streamlit_demo_mp4_3.py
demo-2_8A2M82TN.mp4

Demo pages

스크린샷 2024-11-08 오후 2 01 35 스크린샷 2024-11-08 오후 2 01 49 스크린샷 2024-11-08 오후 2 02 04 스크린샷 2024-11-08 오후 2 02 24 스크린샷 2024-11-08 오후 2 02 46

class characters

스크린샷 2024-11-09 오후 11 35 36

출처-GPT

실행

streamlit run {디렉터리경로/}app.py

requirements

pip install -r requirements.txt
numpy==1.26.4
opencv-python==4.10.0.84
torch==2.5.0
mmcv==2.1.0
mmdet==3.3.0
streamlit==1.36.0
mmengine==0.10.5

Tree

TrashObjectDetection/
├── .git/
├── app/
│   ├── app.py
│   └── app.txt
├── assets/
│   ├── assets.txt
│   ├── character.png
│   ├── sample.mp4
│   ├── speechbubble.png
│   └── test.mp4
├── mmdetection/
└── pages/
    ├── camera.py
    ├── help.py
    ├── info.py
    ├── second.py
    ├── start.py
    └── class_info.json
├── README.md
├── requirement.txt
├── packages.txt
└── tree.txt