Part Number: TDA2EVM5777
sir for creating the TIDL image classification use case is there any use case in vision SDK and what is the main importance for use-case and also in coding parts and the code is written in C or Embedded C
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA2EVM5777
sir for creating the TIDL image classification use case is there any use case in vision SDK and what is the main importance for use-case and also in coding parts and the code is written in C or Embedded C
We have TIDL file IO use-case for image classification. It is written in C
Sir what is the difference between image segmentation and semantic segmentation
We can use the semantic segmentation usecase for image segmentation
Please guide
Thanks regards
Reshugowda
Hi,
In the earlier days, the name image segmentation was typically used to represent a two class problem - for example to distinguish background from foreground. However, Image Segmentation has increased in complexity (with the help of Deep Learning) and is able to distinguish between pixels belonging to various object types.
Yes - the purpose of semantic segmentation is to do image segmentation.
But image segmentation is also used is a more generic context (locate objects and boundaries lines, curves, etc.) - which semantic segmentation does not do. The word semantic segmentation as it is typically used merely assigns an object type to each pixel in the image. For segmenting the pixels corresponding to each object instance separately, the name instance segmentation is used.
You may read up more here: https://en.wikipedia.org/wiki/Image_segmentation
Best regards,
Sir I am not understanding the code which are written in usecase any suggestions regarding this
please tell me how to create the usecase for the tidl image classification and image segmentation so this is required for me
Hi,
Please refer to TIDL file IO use-case for image classification, TIDL seg use case for semantic segmentation. You no need to create these use cases, they are part of VSDK release.
Thanks,
Praveen
hi sir
Let me know what are the links are used in image classification usecase please tell me
Hi
vision_sdk/apps/src/rtos/usecases/tidl_oc_openvx/
You can refer .txt file or .jpg file to know the which link & core is used to run the use-case.
Thanks
Gaviraju