tensorflow / models

Models and examples built with TensorFlow
Other
77.04k stars 45.77k forks source link

Broken link in models/research/object_detection/g3doc/using_your_own_dataset.md #10043

Open Perun108 opened 3 years ago

Perun108 commented 3 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the documentation with the issue

https://github.com/tensorflow/models/tree/master/official/...

2. Describe the issue

A clear and concise description of what needs to be changed.

The link to the info on TFRecord files is broken in the models/research/object_detection/g3doc/using_your_own_dataset.md in the following section:

Preparing Inputs

[TOC] To use your own dataset in TensorFlow Object Detection API, you must convert it into the TFRecord file format.

Perhaps, it should be https://www.tensorflow.org/tutorials/load_data/tfrecord

saikumarchalla commented 3 years ago

@Perun108 Thanks for pointing out the bug. Once we fix it will let you know.Thanks!

chunduriv commented 2 years ago

@Perun108,

The PR has been created and is awaiting merge. Thank you.