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.

SSD based TIDL OD use case output with pre-trained model for 21 classes

Hello,

I have downloaded Caffe-Jacinto pre-trained(deploy.prototxt and caffemodel) model from below link:

According to below thread I have changed needed files and able to generate new NET and PRM files for 21 classes object detection(VSDK3.3).

When I execute this usecase then it gives attached output, which is not able to visualize more than 4 classes. Additionally, boundig boxes for vehicles are pink coloured(but on Output display notification shows that Green for Vehicles). So I want to fix bounding box color and visualize remaning classes.

Please guide me.

Please find attached zip which includes generated bin files of OD use case for 21 classes.

TIDL_OD_21class_Output.zip

  • The VSDK TIDL OD use case is developed for 4 object classes. The work around explained in the related thread to get the basic functionality of 21 class OD with existing code.
    You may need to updated the "vision_sdk\apps\src\rtos\alg_plugins\objectdetection\objectDrawLink_algPlugin.c" draw 21 different colored boxes.