Skip to content

Commit 358c46f

Browse files
authored
Update README.md
1 parent 5fc47c4 commit 358c46f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,16 @@ tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) fo
177177

178178
# 2. Colaboratory:Object Detection API設定
179179
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Kazuhito00/Tensorflow2-ObjectDetectionAPI-Colab-Hands-On/blob/master/[Colaboratory]Tensorflow2-ObjectDetectionAPI-Colab-Hands-On.ipynb)<br>
180-
以降の作業はGoogle Colaboratory上で実施します。※パイプラインコンフィグ修正をのぞき<br>
180+
以降の作業はGoogle Colaboratory上で実施します。※パイプラインコンフィグ修正をのぞく<br>
181+
[Open In Colab]リンクからノートブックを開き、以下の順に実行してください。
181182
* Google Driveマウント
182183
* Tensorflow Object Detection API設定
183184
* Tensorflow2-ObjectDetectionAPI-Colab-Hands-Onリポジトリクローン
184185
* 学習データ/検証データ 分割
185186

186187
# 3. パイプラインコンフィグ修正
187-
パイプラインコンフィグを修正し「Tensorflow2-ObjectDetectionAPI-Colab-Hands-On/03_pretrained_model」にアップロードしてください(Please modify the pipeline config and upload it to "Tensorflow2-ObjectDetectionAPI-Colab-Hands-On/03_pretrained_model")<br><br>
188-
パイプラインコンフィグは以下の行を修正します(Pipeline Config modifies the following line)<br>
188+
03_pretrained_model\efficientdet_d0_coco17_tpu-32\pipeline.config」のパイプラインコンフィグを以下のように修正して、<br>
189+
Colaboratory上の「Tensorflow2-ObjectDetectionAPI-Colab-Hands-On/03_pretrained_model」にアップロードしてください。<br><br>
189190

190191
* 3行目(Line 3):クラス数(num_classes)<br>変更前(Before) : 90<br>変更後(After) : 1<br>
191192
* 134行目(Line 134):バッチサイズ(batch_size)<br>変更前(Before) : 128<br>変更後(After) : 16<br>

0 commit comments

Comments
 (0)