Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
9bf1fd02
Commit
9bf1fd02
authored
Feb 21, 2019
by
chardch
Committed by
pkulzc
Feb 21, 2019
Browse files
Fix import statement in OD g3doc (#6239)
This import from google3.third_party doesn't work.
parent
4571d3fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/g3doc/using_your_own_dataset.md
research/object_detection/g3doc/using_your_own_dataset.md
+1
-1
No files found.
research/object_detection/g3doc/using_your_own_dataset.md
View file @
9bf1fd02
...
...
@@ -177,7 +177,7 @@ Instead of writing all tf.Example protos to a single file as shown in
```
python
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
output_filebase
=
'/path/to/train_dataset.record'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment