Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

close #KLI-173 物体検出を行う #6

Closed
wants to merge 18 commits into from
Closed

Conversation

takahashitom
Copy link
Collaborator

チェックリスト

  • format(autopep8) している
  • コーディング規約(pep8)に準じている
  • チケットの完了条件を満たしている

変更点

  • src/server/flask_server.pyに走行体から画像を受け取った後、その画像に対し物体検出を行い、その結果を走行体に送るエンドポイントを追加
  • 物体検出を行うファイル src/detect_object.py を追加
  • 物体検出を行うためのYOLO関連のコードが格納されたディレクトリ yolo/を追加

動作テスト

実験方法

実験データ

修正前 修正後
- -
- -

実験結果

添付資料

Copy link

機械学習続き


参考コード:
https://github.com/ultralytics/yolov5
@author: kawanoichi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@author: kawanoichi
@author: takahashitom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants