Giter Site home page Giter Site logo

Comments (6)

thhart avatar thhart commented on July 18, 2024 4

Hi contributors thanks for the suggestions added here. However I have some criticism and I have to say the documentation is very incomplete. Maybe it is worth to put some more effort in this whole topic.

  1. SageMaker is a very high level labeling tool which does not answer how to integrate a dataset into DJL.
  2. PikachuDetection is a good basic example which unfortunately only contains 1 label, further it is not clear how the Pikachu is woven into a record dataset. From the index structure I can see it is a relative bounding box structure. But still it is unclear how multiple labels can be converted to a NDArray record structure.
  3. Finally your link to the own dataset creation only addresses a different AI problem and not image labeling for object detection not to speak of image segmentation.

from djl.

frankfliu avatar frankfliu commented on July 18, 2024

@ffazil
You can try AWS SageMaker ground truth: https://aws.amazon.com/sagemaker/groundtruth/

from djl.

lanking520 avatar lanking520 commented on July 18, 2024

Hi @ffazil, in order to train a basic classification or object detection model, you need to label each image.

About custom dataset, you can try some tools to generate labels for you. As an example:
SageMaker Ground Truth or Mechanical turk.

from djl.

zachgk avatar zachgk commented on July 18, 2024

@ffazil Also, you are not required to follow the same formats as PikachuDetection dataset. You can just create your own dataset class extending RandomAccessDataset and then format your data in whatever way works best for you.

from djl.

stu1130 avatar stu1130 commented on July 18, 2024

@ffazil Also, you are not required to follow the same formats as PikachuDetection dataset. You can just create your own dataset class extending RandomAccessDataset and then format your data in whatever way works best for you.

You can follow the instruction here if you want to extend RandomAccessDataset dataset.
https://github.com/awslabs/djl/blob/master/docs/development/how_to_use_dataset.md#how-to-create-your-own-dataset

from djl.

ffazil avatar ffazil commented on July 18, 2024

Thank you all.

from djl.

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.