Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does tfds works? #24

Open
visionNoob opened this issue Oct 7, 2019 · 2 comments
Open

How does tfds works? #24

visionNoob opened this issue Oct 7, 2019 · 2 comments
Assignees
Labels

Comments

@visionNoob
Copy link
Collaborator

visionNoob commented Oct 7, 2019

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 visionNoob self-assigned this Oct 7, 2019
@minus31
Copy link
Collaborator

minus31 commented Oct 7, 2019

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.

@visionNoob
Copy link
Collaborator Author

@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 visionNoob changed the title tfds에서 데이터 관리 어떻게 하는지 How does tfds works? Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants