Git Product home page Git Product logo

Comments (4)

aniketmaurya avatar aniketmaurya commented on June 8, 2024 1

I have used this feature to convert to tf.Record file using the API provided by tensorflow itself. In that one needs to run a python script from command line with apt arguments to get tf.Record file.
Now, can you clarify some of my questions:

  1. In tf.data you want to create same Record file or or something else ?
  2. Are you trying to implement the same thing implemented in that script, in that function. Or one can find a way to use that same script file provided by tensorflow, in backend implementation of this function ?

I want to build a function that accepts two arguments - Pascal VOC dataset path and then loads it in tf.data format directly (without TFRecord dataset):

def load_dataset(image_path, xml_path):
     # preprocess
     # convert data to tf.data
     return image_filename, image, bounding_boxes, labels

You can read more about tf.data here

Do let me know if you need any help.

from chitra.

mukuakhilesh avatar mukuakhilesh commented on June 8, 2024 1

Thanks, first would like to do a bit research on this.

from chitra.

mukuakhilesh avatar mukuakhilesh commented on June 8, 2024

I have used this feature to convert to tf.Record file using the API provided by tensorflow itself. In that one needs to run a python script from command line with apt arguments to get tf.Record file.
Now, can you clarify some of my questions:

  1. In tf.data you want to create same Record file or or something else ?
  2. Are you trying to implement the same thing implemented in that script, in that function. Or one can find a way to use that same script file provided by tensorflow, in backend implementation of this function ?

from chitra.

github-actions avatar github-actions commented on June 8, 2024

Stale issue message

from chitra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.