前提・実現したいこと
以下のサイトを参考にして画像認識を行おうとしたのですが、下記のエラーが出た+検索しても同じようなエラーが見られなかったため、質問させていただきます。
https://konchangakita.hatenablog.com/entry/2020/08/17/220000#%E3%81%BE%E3%81%9A%E3%81%AF%E5%AD%A6%E7%BF%92%E7%94%A8%E3%81%AE%E3%83%87%E3%83%BC%E3%82%BF%E3%82%BB%E3%83%83%E3%83%88%E3%82%92%E5%85%A5%E6%89%8B
■■な機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
python3: can't open file 'detect.py': [Errno 2] No such file or directory --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) <ipython-input-10-69473e074b81> in <module>() 1 get_ipython().system('python detect.py --weights yolov5s.pt --img 416 --conf 0.4 --source inference/images/') ----> 2 Image(filename='inference/output/zidane.jpg', width=600) 3 frames /usr/local/lib/python3.7/dist-packages/IPython/core/display.py in reload(self) 629 """Reload the raw data from file or URL.""" 630 if self.filename is not None: --> 631 with open(self.filename, self._read_flags) as f: 632 self.data = f.read() 633 elif self.url is not None: FileNotFoundError: [Errno 2] No such file or directory: 'inference/output/zidane.jpg'
該当のソースコード
!python detect.py --weights yolov5s.pt --img 416 --conf 0.4 --source inference/images/ Image(filename='inference/output/zidane.jpg', width=600)
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。