Giter Club home page Giter Club logo

Comments (3)

myungjoo avatar myungjoo commented on June 18, 2024 1
  1. Yes.. there is no sample apps upstreamed. Because of the similarity of visualization techniques between depth and segmentation, depth can be visualized with https://github.com/nnstreamer/nnstreamer/blob/main/ext/nnstreamer/tensor_decoder/tensordec-imagesegment.c

Note that, in general, you do not need to "decode" in real application. Tensor decoding is only required when you need to visualize for demonstration. If your application actually uses the output data of neural networks, you usually do not decode (convert tensors to "video"), but directly use it with possibly a few post processors.

  1. Because tensor decoders are supposed to be implemented by users and attached in plug-and-play manner, we do not have centralized documentation. You will need to look at the GST-doc entries of each decoders (e.g., at the top of the above code.)

If you want to read documents, not comments of each source file, you may generate documents with doxygen. Then, you will be able to see all upstreamed decoders' documents with PDF readers or web browsers.

from nnstreamer-example.

taos-ci avatar taos-ci commented on June 18, 2024

:octocat: cibot: Thank you for posting issue #224. The person in charge will reply soon.

from nnstreamer-example.

shyam573 avatar shyam573 commented on June 18, 2024

Thank you for your reply. It was helpful. I'll try doxygen.

from nnstreamer-example.

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.