質問編集履歴
2
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
このコマンドを実行すると下のエラーが出てしまいます。
|
12
12
|
|
13
|
-
``エラー
|
13
|
+
```エラー
|
14
14
|
|
15
15
|
-----省略-------
|
16
16
|
|
@@ -282,8 +282,6 @@
|
|
282
282
|
|
283
283
|
ModuleNotFoundError: No module named 'tools.cwrap'
|
284
284
|
|
285
|
-
|
286
|
-
|
287
285
|
```
|
288
286
|
|
289
287
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,19 +4,15 @@
|
|
4
4
|
|
5
5
|
このページの参考に自分のパソコンにPytorchをインストールしようとしてるのですが
|
6
6
|
|
7
|
+
python setup.py build
|
8
|
+
|
9
|
+
python setup.py install
|
10
|
+
|
11
|
+
このコマンドを実行すると下のエラーが出てしまいます。
|
12
|
+
|
7
|
-
``
|
13
|
+
``エラー
|
8
|
-
|
9
|
-
|
10
|
-
|
14
|
+
|
11
|
-
-----省略-------
|
15
|
+
-----省略-------
|
12
|
-
|
13
|
-
Installed c:\program files\python37\lib\site-packages\face_alignment-1.0.1-py3.7.egg
|
14
|
-
|
15
|
-
Processing dependencies for face-alignment==1.0.1
|
16
|
-
|
17
|
-
Searching for torch
|
18
|
-
|
19
|
-
Reading https://pypi.org/simple/torch/
|
20
16
|
|
21
17
|
Downloading https://files.pythonhosted.org/packages/f8/02/880b468bd382dc79896eaecbeb8ce95e9c4b99a24902874a2cef0b562cea/torch-0.1.2.post2.tar.gz#sha256=a43e37f8f927c5b18f80cd163daaf6a1920edafcab5102e02e3e14bb97d9c874
|
22
18
|
|
@@ -297,3 +293,63 @@
|
|
297
293
|
|
298
294
|
|
299
295
|
解決法があれば教えていただきたいです。
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
```ここに言語を入力
|
300
|
+
|
301
|
+
c:\pytools\face-alignment>pip list
|
302
|
+
|
303
|
+
Package Version
|
304
|
+
|
305
|
+
--------------- -----------
|
306
|
+
|
307
|
+
cycler 0.10.0
|
308
|
+
|
309
|
+
decorator 4.4.2
|
310
|
+
|
311
|
+
dlib 19.20.99
|
312
|
+
|
313
|
+
face-alignment 1.0.1
|
314
|
+
|
315
|
+
future 0.18.2
|
316
|
+
|
317
|
+
imageio 2.8.0
|
318
|
+
|
319
|
+
kiwisolver 1.2.0
|
320
|
+
|
321
|
+
matplotlib 3.2.2
|
322
|
+
|
323
|
+
networkx 2.4
|
324
|
+
|
325
|
+
numpy 1.19.0
|
326
|
+
|
327
|
+
opencv-python 4.2.0.34
|
328
|
+
|
329
|
+
Pillow 7.1.2
|
330
|
+
|
331
|
+
pip 20.1.1
|
332
|
+
|
333
|
+
pyparsing 2.4.7
|
334
|
+
|
335
|
+
python-dateutil 2.8.1
|
336
|
+
|
337
|
+
PyWavelets 1.1.1
|
338
|
+
|
339
|
+
PyYAML 5.3.1
|
340
|
+
|
341
|
+
scikit-image 0.17.2
|
342
|
+
|
343
|
+
scipy 1.4.0
|
344
|
+
|
345
|
+
setuptools 47.1.0
|
346
|
+
|
347
|
+
six 1.15.0
|
348
|
+
|
349
|
+
tifffile 2020.6.3
|
350
|
+
|
351
|
+
torchvision 0.6.1+cu101
|
352
|
+
|
353
|
+
tqdm 4.47.0
|
354
|
+
|
355
|
+
```
|