Skip to content

Commit ded32f0

Browse files
authored
Fixing broken link (#10432)
1 parent 46238ee commit ded32f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/object_detection/g3doc/using_your_own_dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[TOC]
44

55
To use your own dataset in TensorFlow Object Detection API, you must convert it
6-
into the [TFRecord file format](https://www.tensorflow.org/api_guides/python/python_io#tfrecords_format_details).
6+
into the [TFRecord file format](https://www.tensorflow.org/tutorials/load_data/tfrecord).
77
This document outlines how to write a script to generate the TFRecord file.
88

99
## Label Maps

0 commit comments

Comments
 (0)