質問編集履歴
1
脱字
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,23 @@
|
|
3
3
|
```
|
4
4
|
//Faster R-cnnのコピー
|
5
5
|
$ git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git
|
6
|
+
Cloning into 'py-faster-rcnn'...
|
7
|
+
remote: Counting objects: 1526, done.
|
8
|
+
remote: Total 1526 (delta 0), reused 0 (delta 0), pack-reused 1526
|
9
|
+
Receiving objects: 100% (1526/1526), 1.34 MiB | 320.00 KiB/s, done.
|
10
|
+
Resolving deltas: 100% (896/896), done.
|
11
|
+
Checking connectivity... done.
|
12
|
+
Submodule 'caffe-fast-rcnn' (https://github.com/rbgirshick/caffe-fast-rcnn.git) registered for path 'caffe-fast-rcnn'
|
13
|
+
Cloning into 'caffe-fast-rcnn'...
|
14
|
+
remote: Counting objects: 23976, done.
|
15
|
+
remote: Compressing objects: 100% (2/2), done.
|
16
|
+
remote: Total 23976 (delta 0), reused 0 (delta 0), pack-reused 23974
|
17
|
+
Receiving objects: 100% (23976/23976), 31.60 MiB | 7.12 MiB/s, done.
|
18
|
+
Resolving deltas: 100% (15679/15679), done.
|
19
|
+
Checking connectivity... done.
|
20
|
+
Submodule path 'caffe-fast-rcnn': checked out '0dcd397b29507b8314e252e850518c5695efbb83'
|
6
21
|
|
22
|
+
|
7
23
|
//Cythonモジュールのビルド
|
8
24
|
$ cd $FRCNN/lib
|
9
25
|
$ make
|