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.

PROCESSOR-SDK-J721S2: Enabling and Disabling required dataset in Object detection model

Part Number: PROCESSOR-SDK-J721S2

Hi Team TI,

I am working on Object detection application and I need to have control on dataset by enabling required datasets as per my project requires.

For this, I am analyzing "tidl_net_peele_300.bin" model which is used in object detection application and mentioned path and file below:-

/home/ti/ti-processor-sdk-rtos-j721s2-evm-09_01_00_06/vision_apps/apps/dl_demos/app_tidl_od_cam/config/app_od_cam.cfg

I have analyzed "Model_zoo" from J721S2 SDK Source also but, related about "tidl_pele" model I didn't saw any dataset.

Requesting please help me over to resolve this issue and help me find a control on dataset for Object detection model in J721S2.

Thankyou,

Chaithra BV

  • Hi,

    It would be much of help if you can describe the issue in details.

    What is use case you look for ? and what is exact ask from TI side

  • Hi Pratik,

    The mentioned dataset file is in ".bin" executable format as Mentioned in attached file and its enabling all the 90 classes of dataset while Object detection application is running and not able to classify which dataset number is for what object? due to the file is in ".bin" format So, Help me over to classify datasets for object detection application for J721S2 Target.

  • Hi,

    The mentioned dataset file is in ".bin" executable forma

    I would like correct here, the bins file are artifacts that got generated post model compilation process. 

    Am not completely sure on what dataset its trained exactly , i have initiated conversation this but yet to get reply (will update once i have an update on that)

    You can train your model based on the use case and desired dataset, the one that you are referring is just the example and we expect users to use model compilation tools for specific use case they are looking for.