質問編集履歴

3

質問内容の変更

2021/08/11 07:37

投稿

tiroha
tiroha

スコア109

test CHANGED
File without changes
test CHANGED
@@ -8,12 +8,16 @@
8
8
 
9
9
 
10
10
 
11
- 補足2
11
+
12
12
 
13
13
  python predict.py -i image1.jpg image2.jpg
14
14
 
15
15
  を実行したところ、下記のようなエラー文がでます。
16
16
 
17
- RuntimeError: unexpected EOF, expected 7120820 more bytes. The file might be corrupted.
17
+ FileNotFoundError: [Errno 2] No such file or directory: 'image1.jpg'
18
18
 
19
+ すでに学習済みのモデルがあり、同じディレクトリ内にmodel.pthがあります。
20
+
21
+ 学習済みなので、データはいらないと思うのですが?
22
+
19
- これmodel.pthを修正する必要がありますでしょうか?
23
+ 予測用の画像データ分ダウンロードする必要があるということでしょうか?

2

補足

2021/08/11 07:37

投稿

tiroha
tiroha

スコア109

test CHANGED
File without changes
test CHANGED
@@ -6,8 +6,14 @@
6
6
 
7
7
 
8
8
 
9
- 補足1
10
9
 
11
- データセットの所です。
12
10
 
11
+ 補足2
12
+
13
+ python predict.py -i image1.jpg image2.jpg
14
+
15
+ を実行したところ、下記のようなエラー文がでます。
16
+
17
+ RuntimeError: unexpected EOF, expected 7120820 more bytes. The file might be corrupted.
18
+
13
- kaggleから画像データダウンロードするのです、ダウンロードるデータは全部でしょうか?
19
+ これはmodel.pth修正する必要ありますでしょうか?

1

追加情報

2021/08/10 09:05

投稿

tiroha
tiroha

スコア109

test CHANGED
File without changes
test CHANGED
@@ -3,3 +3,11 @@
3
3
  実行したコードなど共有してもらえるとありがたいです。
4
4
 
5
5
  https://github.com/milesial/Pytorch-UNet
6
+
7
+
8
+
9
+ 補足1
10
+
11
+ データセットの所です。
12
+
13
+ kaggleから画像データをダウンロードするのですが、ダウンロードするデータは全部でしょうか?