Commit 9bf1fd02 authored by chardch's avatar chardch Committed by pkulzc
Browse files

Fix import statement in OD g3doc (#6239)

This import from google3.third_party doesn't work.
parent 4571d3fa
...@@ -177,7 +177,7 @@ Instead of writing all tf.Example protos to a single file as shown in ...@@ -177,7 +177,7 @@ Instead of writing all tf.Example protos to a single file as shown in
```python ```python
import contextlib2 import contextlib2
from google3.third_party.tensorflow_models.object_detection.dataset_tools import tf_record_creation_util from object_detection.dataset_tools import tf_record_creation_util
num_shards=10 num_shards=10
output_filebase='/path/to/train_dataset.record' output_filebase='/path/to/train_dataset.record'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment