回答編集履歴

1

参考サイトや参考サイトの探し方などについて追記

2022/07/18 09:18

投稿

East_san
East_san

スコア407

test CHANGED
@@ -22,3 +22,12 @@
22
22
  img = cv2.imread('/content/drive/MyDrive/Colab Notebooks/機械学習/sample/sample.jpg')
23
23
  cv2.imwrite('/content/drive/MyDrive/Colab Notebooks/機械学習/output/' + str(classes[pred])+ '/sample.jpg',img)
24
24
  ```
25
+
26
+ 参考サイトとしては、
27
+ 日本語だとtensorflowの公式。「Run in Google colab」を押せばすでにノートブックが用意されています。
28
+ https://www.tensorflow.org/tutorials/keras/classification?hl=ja
29
+ 英語だと
30
+ 「keras image classification tutorial step by step」や「keras image classification tutorial beginner」などで
31
+ 検索してみてください。わかりやすい動画やサイトがたくさん出てきます。
32
+ 英語がわからなくてもコピペや翻訳サイトで逐次見れば問題ないです。
33
+