質問編集履歴

2

不必要な文章の削減

2018/01/25 06:31

投稿

samyu
samyu

スコア11

test CHANGED
File without changes
test CHANGED
@@ -7,16 +7,6 @@
7
7
  作成した学習済みデータをTensorflow Graphへ変換する際にエラーが発生して実行できませんでした。
8
8
 
9
9
  ```
10
-
11
- $ python3 object_detection/export_inference_graph.py
12
-
13
- --input_type image_tensor --pipeline_config_path ../../data/ssd_mobilenet_v1.config
14
-
15
- --checkpoint_path ../../data/train/model.ckpt-12733
16
-
17
- --inference_graph_path ../../data/output_12733graph.pb
18
-
19
-
20
10
 
21
11
  Traceback (most recent call last):
22
12
 

1

タイトルの変更

2018/01/25 06:31

投稿

samyu
samyu

スコア11

test CHANGED
@@ -1 +1 @@
1
- Object detection APIで学習結果の変換を行いたい
1
+ TensorFlow Object Detection APIで学習結果の変換を行いたい
test CHANGED
File without changes