KerasObjectDetector icon indicating copy to clipboard operation
KerasObjectDetector copied to clipboard

How does tfds works?

Open visionNoob opened this issue 4 years ago • 2 comments

https://github.com/tensorflow/datasets

In keras-retinanet, We have to download a pulbic dataset(such as voc, coco) to local repo our self. But tfds seems not to download our self. How does tfds works?

visionNoob avatar Oct 07 '19 15:10 visionNoob

We are trying to make the downloading process be encapsulated as "tfds" package does. But 'tfds' gives *.tfrecord file. We are looking for other ways to get image-extension too.

minus31 avatar Oct 07 '19 21:10 minus31

@minus31 thanks for your advice. Then how about [this](colab.research.google.com/github/visionNoob/Tensorflow_Tutorial/blob/master/Day_1/Q1 - Score Prediction.ipynb)?

I don't wanna give up tf.record. cuz it's very efficient.

visionNoob avatar Oct 08 '19 04:10 visionNoob