NerdConnection / Raspberry-Pi-5-Computer-Vision

Raspberry Pi 5를 이용한 Computer-Vision-Suite 개발
3 stars 3 forks source link

feat: Client can choose two AI object detection model #32

Closed Dali424 closed 3 weeks ago

Dali424 commented 3 weeks ago

요약

web에서 고른 모델 항목에 따라 다른 모델 적용

📝작업 내용

000.000.000.000:8080 에서 start 버튼을 누루면 object detection 모델로 처리한 결과를 스트리밍하여 보여주는데, tflite 항목을 선택할 시 -> efficientdet(lite0) 사용 other 항목을 선택할 시 -> ssd_mobilenet-v1 사용

참고 사항

label 파일은 모든 모델 일괄 coco_dataset_label을 사용하도록 변경.

TODO

  1. 기본 object detection 모델 추가
  2. 새로운 object detection 모델을 사용자가 추가하여 사용하는 방법에 대한 설명서 작성
  3. Image classification, Text classification, Image tracking을 위한 모델도 사용하기 위한 container 간 통신 구현