Spaces:
Sleeping
Sleeping
File size: 22,510 Bytes
5aefcf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 |
Ticket Name: RTOS/TDA2: How to feed test video to tidl_OD from camera? Query Text: Part Number: TDA2 Tool/software: TI-RTOS Hi TI Team. How to feed test video to tidl_OD from camera? In PROCESSOR_SDK_VISION_03_03_00_00, there is an use case for TI deep learning. It analysis the input data from file and do the object detection. How to change the input data from file to camera? chains_tidlOD.txt UseCase: chains_tidlOD Capture -> Dup_capture Dup_capture -> Merge Dup_capture -> Alg_tidlpreproc (A15) Alg_tidlpreproc (A15) -> Alg_tidl_Eve1 (EVE1) Alg_tidlpreproc (A15) -> Alg_tidl_Eve2 (EVE2) Alg_tidlpreproc (A15) -> Alg_tidl_Eve3 (EVE3) Alg_tidlpreproc (A15) -> Alg_tidl_Eve4 (EVE4) Alg_tidl_Eve1 (EVE1) -> Merge_OD (DSP1) Alg_tidl_Eve2 (EVE2) -> Merge_OD (DSP1) Alg_tidl_Eve3 (EVE3) -> Merge_OD (DSP1) Alg_tidl_Eve4 (EVE4) -> Merge_OD (DSP1) Merge_OD (DSP1) -> Alg_tidl_Dsp (DSP1) -> Merge Merge -> Sync -> Alg_ObjectDraw -> Display GrpxSrc -> Display_Grpx chains_tidlOD.c /****************************************************************************** Copyright (c) [2012 - 2017] Texas Instruments Incorporated All rights reserved not granted herein. Limited License. Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive license under copyrights and patents it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") this software subject to the terms herein. With respect to the foregoing patent license, such license is granted solely to the extent that any such patent is necessary to Utilize the software alone. The patent license shall not apply to any combinations which include this software, other than combinations with devices manufactured by or for TI ("TI Devices"). No hardware patent is licensed hereunder. Redistributions must preserve existing copyright notices and reproduce this license (including the above copyright notice and the disclaimer and (if applicable) source code license limitations below) in the documentation and/or other materials provided with the distribution Redistribution and use in binary form, without modification, are permitted provided that the following conditions are met: * No reverse engineering, decompilation, or disassembly of this software is permitted with respect to any software provided in binary form. * Any redistribution and use are licensed by TI for use only with TI Devices. * Nothing shall obligate TI to provide you with source code for the software licensed and provided to you in object code. If software source code is provided to you, modification and redistribution of the source code are permitted provided that the following conditions are met: * Any redistribution and use of the source code, including any resulting derivative works, are licensed by TI for use only with TI Devices. * Any redistribution and use of any object code compiled from the source code and any resulting derivative works, are licensed by TI for use only with TI Devices. Neither the name of Texas Instruments Incorporated nor the names of its suppliers may be used to endorse or promote products derived from this software without specific prior written permission. DISCLAIMER. THIS SOFTWARE IS PROVIDED BY TI AND TI’S LICENSORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL TI AND TI’S LICENSORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ******************************************************************************/ /******************************************************************************* * INCLUDE FILES ******************************************************************************* */ #include "chains_tidlOD_priv.h" #include <src/include/chains_common.h> #include <src/include/chains_common_tidl.h> #include <src/include/chains_common_osal.h> #include "itidl_ti.h" #include <src/rtos/utils_common/include/utils_cbuf_ocmc.h> /******************************************************************************* * DEFINES ******************************************************************************* */ #define TIDL_OD_INPUT_WIDTH (768) #define TIDL_OD_INPUT_HEIGHT (320) #define DEC_OUT_WIDTH (768) #define DEC_OUT_HEIGHT (320) #define TIDL_OD_DISPLAY_WIDTH (TIDL_OD_INPUT_WIDTH*2) #define TIDL_OD_DISPLAY_HEIGHT (TIDL_OD_INPUT_HEIGHT*2) #define TIDL_OD_DISPLAY_STARTX (1920 - TIDL_OD_DISPLAY_WIDTH)/2 #define TIDL_OD_DISPLAY_STARTY (64) /* Num of TIDL processing pipelines */ #define NUM_PIPELINES (4) /* Semantic Segmenation input fps */ /* This should be based on the TIDL performance on 4 EVEs */ /* It should be less than the cumulative TIDL performance on 4 EVEs */ /* For eg if each TIDL is giving performace of 3 fps then it should be less than (4 x 3)*/ #define TIDL_OD_FPS_OPPHIGH (NUM_PIPELINES * 6) #define TIDL_OD_FPS_OPPNOM (NUM_PIPELINES * 5) #define OPP_HIGH_FREQUENCY (650U) /* Palettes used for color look up */ #define MAX_NUM_PALETTE (10) #define SYNC_DELTA (10) /* The threshold should be more than the TIDL process time */ /* For eg. if TIDL process time is 400 msec then this should be more than 400 msec */ #define SYNC_THRESHOLD (600) /* OCMC */ #define OCMC_1_BASE_ADDRESS (0x40300000U) #define OCMC_1_SIZE (512 * 1024) #define OCMC_2_BASE_ADDRESS (0x40400000U) #define OCMC_2_SIZE (1024 * 1024) #define OCMC_3_BASE_ADDRESS (0x40500000U) #define OCMC_3_SIZE (1024 * 1024) #define NET_BIN_FILE "NET_OD.BIN" #define PARAMS_BIN_FILE "PRM_OD.BIN" /* DSP */ #define TIDL_COREID_DSP1 (1) #define TIDL_LAYER_GROUPID_DSP1 (2) #define TIDL_COREID_DSP2 (1) #define TIDL_LAYER_GROUPID_DSP2 (2) /* EVE */ #define TIDL_COREID_EVE1 (1) #define TIDL_LAYER_GROUPID_EVE1 (1) #define TIDL_COREID_EVE2 (1) #define TIDL_LAYER_GROUPID_EVE2 (1) #define TIDL_COREID_EVE3 (1) #define TIDL_LAYER_GROUPID_EVE3 (1) #define TIDL_COREID_EVE4 (1) #define TIDL_LAYER_GROUPID_EVE4 (1) /* Graphics window is just below the video window */ #define GRAPHICS_WIDTH (1920) #define GRAPHICS_HEIGHT (1080 - TIDL_OD_DISPLAY_STARTY - TIDL_OD_DISPLAY_HEIGHT) /******************************************************************************* * STRUCTURES ******************************************************************************* */ /** ******************************************************************************* * * \brief chains_tidlODAppObj * * This structure contains all the LinksId's and create Params. * The same is passed to all create, start, stop functions. * ******************************************************************************* */ typedef struct { chains_tidlODObj ucObj; UInt32 displayWidth; UInt32 displayHeight; Chains_Ctrl *chainsCfg; TIDL_CreateParams *pAlgCreateParams; } chains_tidlODAppObj; chains_tidlODAppObj gChainsObjtidlOD; /******************************************************************************* * GLOBALS ******************************************************************************* */ static char tidlODRunTimeMenu[] = { "\n " "\n ====================" "\n Chains Run-time Menu" "\n ====================" "\n " "\n 0: Stop Chain" "\n " "\n 1: Pause Chain" "\n 2: Resume Chain" "\n " "\n p: Print Statistics" "\n " "\n Enter Choice: " "\n " }; static Void chains_tidlOD_SetVPEPrms( VpeLink_CreateParams *pPrm, UInt32 numCh, UInt32 displayWidth, UInt32 displayHeight, UInt32 inputWidth, UInt32 inputHeight ) { UInt16 chId; pPrm->enableOut[0] = TRUE; for(chId = 0; chId < numCh; chId++) { pPrm->chParams[chId].outParams[0].numBufsPerCh = 6; pPrm->chParams[chId].outParams[0].width = displayWidth; pPrm->chParams[chId].outParams[0].height = displayHeight; pPrm->chParams[chId].outParams[0].dataFormat = SYSTEM_DF_YUV420SP_UV; pPrm->chParams[chId].scCfg.bypass = FALSE; pPrm->chParams[chId].scCfg.nonLinear = FALSE; pPrm->chParams[chId].scCfg.stripSize = 0; pPrm->chParams[chId].scCropCfg.cropStartX = 32; pPrm->chParams[chId].scCropCfg.cropStartY = 24; pPrm->chParams[chId].scCropCfg.cropWidth = inputWidth-32; pPrm->chParams[chId].scCropCfg.cropHeight = inputHeight-24; } } static Void tidlODInit(chains_tidlODAppObj *pObj) { /* Read the network file */ Chains_tidlReadNet(&pObj->pAlgCreateParams->net, NET_BIN_FILE); /* Allocate memory for the net */ Chains_tidlAllocNetParamsMem(&pObj->pAlgCreateParams->net); /* Fill the new parameters */ Chains_tidlFillNetParamsMem(&pObj->pAlgCreateParams->net, PARAMS_BIN_FILE); /* Init all the 3 instances of the OCMC */ Utils_cbufOcmcInit(UTILS_OCMC_RAM1); Utils_cbufOcmcInit(UTILS_OCMC_RAM2); Utils_cbufOcmcInit(UTILS_OCMC_RAM3); } static Void tidlODDeInit(chains_tidlODAppObj *pObj) { /* Free the net memories */ Chains_tidlFreeNetParamsMem(&pObj->pAlgCreateParams->net); } /** ******************************************************************************* * * \brief Start the capture display Links * * Function sends a control command to capture and display link to * to Start all the required links . Links are started in reverce * order as information of next link is required to connect. * System_linkStart is called with LinkId to start the links. * * \param pObj [IN] chains_tidlODAppObj * * \return SYSTEM_LINK_STATUS_SOK on success * ******************************************************************************* */ Void chains_tidlOD_StartApp(chains_tidlODAppObj *pObj) { Chains_memPrintHeapStatus(); ChainsCommon_StartDisplayDevice(pObj->chainsCfg->displayType); chains_tidlOD_Start(&pObj->ucObj); Chains_prfLoadCalcEnable(TRUE, FALSE, FALSE); } /** ******************************************************************************* * * \brief Delete the capture display Links * * Function sends a control command to capture and display link to * to delete all the prior created links * System_linkDelete is called with LinkId to delete the links. * * \param pObj [IN] chains_tidlODAppObj * ******************************************************************************* */ Void chains_tidlOD_StopAndDelete(chains_tidlODAppObj *pObj) { chains_tidlOD_Stop(&pObj->ucObj); chains_tidlOD_Delete(&pObj->ucObj); ChainsCommon_StopDisplayCtrl(); ChainsCommon_StopDisplayDevice(pObj->chainsCfg->displayType); /* Print the HWI, SWI and all tasks load */ /* Reset the accumulated timer ticks */ Chains_prfLoadCalcEnable(FALSE, TRUE, TRUE); } static Void ChainsCommon_tidlODSetObjectDrawPrms( AlgorithmLink_ObjectDrawCreateParams *pOdDrawPrm) { pOdDrawPrm->imgFrameStartX = 0; pOdDrawPrm->imgFrameStartY = 0; pOdDrawPrm->imgFrameWidth = TIDL_OD_INPUT_WIDTH; pOdDrawPrm->imgFrameHeight = TIDL_OD_INPUT_HEIGHT; pOdDrawPrm->numOutBuffers = 3; pOdDrawPrm->objectRectThickness = 1; pOdDrawPrm->objectTsrDrawTrafficSigns = FALSE; pOdDrawPrm->laneThickness = 2; pOdDrawPrm->laneDrawLines = FALSE; pOdDrawPrm->laneScaleX = 2.0; pOdDrawPrm->laneScaleY = 2.0; pOdDrawPrm->drawOption = ALGORITHM_LINK_OBJECT_DETECT_DRAW_ALL; pOdDrawPrm->numDrawAlg = 0; pOdDrawPrm->scoreThreshold = 0.4; pOdDrawPrm->drawAlgId[pOdDrawPrm->numDrawAlg] = ALGORITHM_LINK_OBJECT_DETECT_DRAW_ALG_TIDL_OD; pOdDrawPrm->numDrawAlg++; } /** ******************************************************************************* * * \brief Semantic Segmentation * * This function configure, creates, link various links to establish * usecase. * * Further in a while loop displays run time menu and waits * for user inputs to print the statistics or to end the demo. * * Once the user inputs end of demo stop and delete * functions are executed. * * \param chainsCfg [IN] Chains_Ctrl * ******************************************************************************* */ Void chains_tidlOD_SetAppPrms(chains_tidlODObj *pUcObj, Void *appObj) { UInt32 frequency = 0; UInt32 FileReadFps = TIDL_OD_FPS_OPPNOM; chains_tidlODAppObj *pObj = (chains_tidlODAppObj*)appObj; UInt32 startX, startY; startX = CAPTURE_FRAME_STARTX; startY = CAPTURE_FRAME_STARTY; pObj->captureOutWidth = CAPTURE_FRAME_WIDTH; pObj->captureOutHeight = CAPTURE_FRAME_HEIGHT; frequency = Utils_getClkHz(UTILS_CLK_ID_EVE) / 1000000U; /* * Set the framerate according to the frequency */ if (frequency >= OPP_HIGH_FREQUENCY) { FileReadFps = TIDL_OD_FPS_OPPHIGH; } else { FileReadFps = TIDL_OD_FPS_OPPNOM; } ChainsCommon_GetDisplayWidthHeight( pObj->chainsCfg->displayType, &pObj->displayWidth, &pObj->displayHeight); ChainsCommon_SingleCam_SetCapturePrms(&pUcObj->CapturePrm, CAPTURE_FRAME_WIDTH, CAPTURE_FRAME_HEIGHT, pObj->captureOutWidth, pObj->captureOutHeight, pObj->chainsCfg->captureSrc ); //ChainsCommon_SetFileRxPrms( // &pUcObj->NullSourcePrm, // &pUcObj->DecodePrm, // DEC_OUT_WIDTH, // DEC_OUT_HEIGHT, // 1, /* numCh */ // FileReadFps); /* fps */ /* SetFileRxPrm sets the file open to inHeader and inData overriding the same*/ strncpy(pUcObj->NullSourcePrm.channelParams[0].nameDataFile, "inData_OD", 260); strncpy(pUcObj->NullSourcePrm.channelParams[0].nameIndexFile, "inHeader_OD", 260); chains_tidlOD_SetVPEPrms( &pUcObj->VPEPrm, 1, DEC_OUT_WIDTH, DEC_OUT_HEIGHT, DEC_OUT_WIDTH, DEC_OUT_HEIGHT ); /* YUV420SP to planar RGB conversion */ pUcObj->Alg_tidlpreprocPrm.outPad = TIDL_MAX_PAD_SIZE; pUcObj->Alg_tidlpreprocPrm.numOutputQueues = NUM_PIPELINES; pUcObj->Alg_tidlpreprocPrm.procMode = TIDLPREPROC_LINK_PROCMODE_Y2R; /* TIDL on EVE1 */ pUcObj->Alg_tidl_Eve1Prm.cacheInvInBuf = 0; pUcObj->Alg_tidl_Eve1Prm.cacheWbOutBuf = 0; pUcObj->Alg_tidl_Eve1Prm.pAlgCreateParams = pObj->pAlgCreateParams; pUcObj->Alg_tidl_Eve1Prm.curCoreId = TIDL_COREID_EVE1; pUcObj->Alg_tidl_Eve1Prm.currLayersGroupId = TIDL_LAYER_GROUPID_EVE1; pUcObj->Alg_tidl_Eve1Prm.ocmcAddr = OCMC_3_BASE_ADDRESS; /* TIDL on EVE2 */ pUcObj->Alg_tidl_Eve2Prm.cacheInvInBuf = 0; pUcObj->Alg_tidl_Eve2Prm.cacheWbOutBuf = 0; pUcObj->Alg_tidl_Eve2Prm.pAlgCreateParams = pObj->pAlgCreateParams; pUcObj->Alg_tidl_Eve2Prm.curCoreId = TIDL_COREID_EVE2; pUcObj->Alg_tidl_Eve2Prm.currLayersGroupId = TIDL_LAYER_GROUPID_EVE2; pUcObj->Alg_tidl_Eve2Prm.ocmcAddr = OCMC_3_BASE_ADDRESS + (OCMC_3_SIZE/2); /* TIDL on EVE3 */ pUcObj->Alg_tidl_Eve3Prm.cacheInvInBuf = 0; pUcObj->Alg_tidl_Eve3Prm.cacheWbOutBuf = 0; pUcObj->Alg_tidl_Eve3Prm.pAlgCreateParams = pObj->pAlgCreateParams; pUcObj->Alg_tidl_Eve3Prm.curCoreId = TIDL_COREID_EVE3; pUcObj->Alg_tidl_Eve3Prm.currLayersGroupId = TIDL_LAYER_GROUPID_EVE3; pUcObj->Alg_tidl_Eve3Prm.ocmcAddr = OCMC_1_BASE_ADDRESS; /* TIDL on EVE4 */ pUcObj->Alg_tidl_Eve4Prm.cacheInvInBuf = 0; pUcObj->Alg_tidl_Eve4Prm.cacheWbOutBuf = 0; pUcObj->Alg_tidl_Eve4Prm.pAlgCreateParams = pObj->pAlgCreateParams; pUcObj->Alg_tidl_Eve4Prm.curCoreId = TIDL_COREID_EVE4; pUcObj->Alg_tidl_Eve4Prm.currLayersGroupId = TIDL_LAYER_GROUPID_EVE4; pUcObj->Alg_tidl_Eve4Prm.ocmcAddr = OCMC_2_BASE_ADDRESS; /* TIDL on DSP */ pUcObj->Alg_tidl_DspPrm.cacheInvInBuf = 1; pUcObj->Alg_tidl_DspPrm.cacheWbOutBuf = 1; pUcObj->Alg_tidl_DspPrm.pAlgCreateParams = pObj->pAlgCreateParams; pUcObj->Alg_tidl_DspPrm.curCoreId = TIDL_COREID_DSP1; pUcObj->Alg_tidl_DspPrm.currLayersGroupId = TIDL_LAYER_GROUPID_DSP1; /* Sync parameters */ pUcObj->SyncPrm.syncDelta = SYNC_DELTA; pUcObj->SyncPrm.syncThreshold = SYNC_THRESHOLD; ChainsCommon_tidlODSetObjectDrawPrms(&pUcObj->Alg_ObjectDrawPrm); ChainsCommon_SetDisplayPrms( &pUcObj->DisplayPrm, NULL, pObj->chainsCfg->displayType, pObj->displayWidth, pObj->displayHeight); pUcObj->DisplayPrm.rtParams.tarWidth = TIDL_OD_DISPLAY_WIDTH; pUcObj->DisplayPrm.rtParams.tarHeight = TIDL_OD_DISPLAY_HEIGHT; pUcObj->DisplayPrm.rtParams.posX = TIDL_OD_DISPLAY_STARTX; pUcObj->DisplayPrm.rtParams.posY = TIDL_OD_DISPLAY_STARTY; pUcObj->DisplayPrm.displayId = DISPLAY_LINK_INST_DSS_VID1; ChainsCommon_StartDisplayCtrl( pObj->chainsCfg->displayType, pObj->displayWidth, pObj->displayHeight); /* Graphics source parameters */ pUcObj->GrpxSrcPrm.grpxBufInfo.dataFormat = SYSTEM_DF_BGR16_565; pUcObj->GrpxSrcPrm.grpxBufInfo.width = GRAPHICS_WIDTH; pUcObj->GrpxSrcPrm.grpxBufInfo.height = GRAPHICS_HEIGHT; pUcObj->GrpxSrcPrm.tidlOdOverlay = TRUE; pUcObj->GrpxSrcPrm.captureWidth = TIDL_OD_INPUT_WIDTH; pUcObj->GrpxSrcPrm.captureHeight = TIDL_OD_INPUT_HEIGHT; /* Graphics Display parameters */ /* Graphics display will be at the end of the video display window */ pUcObj->Display_GrpxPrm.rtParams.tarWidth = GRAPHICS_WIDTH; pUcObj->Display_GrpxPrm.rtParams.tarHeight = GRAPHICS_HEIGHT; pUcObj->Display_GrpxPrm.rtParams.posX = 0; pUcObj->Display_GrpxPrm.rtParams.posY = \ (pUcObj->DisplayPrm.rtParams.posY + TIDL_OD_DISPLAY_HEIGHT); pUcObj->Display_GrpxPrm.displayId = DISPLAY_LINK_INST_DSS_GFX1; } static Void pausetidlOD(chains_tidlODAppObj *pObj) { Int32 status; status = System_linkControl( pObj->ucObj.NullSourceLinkID, NULL_SRC_LINK_CMD_PAUSE, NULL, 0, TRUE); UTILS_assert (SYSTEM_LINK_STATUS_SOK == status); } static Void resumetidlOD(chains_tidlODAppObj *pObj) { Int32 status; status = System_linkControl( pObj->ucObj.NullSourceLinkID, NULL_SRC_LINK_CMD_RESUME, NULL, 0, TRUE); UTILS_assert (SYSTEM_LINK_STATUS_SOK == status); } /** ******************************************************************************* * * \brief Semantic Segmentation * * This function configure, creates, link various links to establish * usecase. * * Further in a while loop displays run time menu and waits * for user inputs to print the statistics or to end the demo. * * Once the user inputs end of demo stop and delete * functions are executed. * * \param chainsCfg [IN] Chains_Ctrl * ******************************************************************************* */ Void Chains_tidlOD(Chains_Ctrl *chainsCfg) { char ch; Bool done = FALSE; gChainsObjtidlOD.chainsCfg = chainsCfg; /* Allocate the Algorithm create structure */ gChainsObjtidlOD.pAlgCreateParams = ChainsCommon_Osal_memAlloc( sizeof(TIDL_CreateParams), 32); UTILS_assert(NULL != gChainsObjtidlOD.pAlgCreateParams); /* Semantic Segmentation Init */ tidlODInit(&gChainsObjtidlOD); chains_tidlOD_Create(&gChainsObjtidlOD.ucObj, &gChainsObjtidlOD); chains_tidlOD_StartApp(&gChainsObjtidlOD); do { Vps_printf(tidlODRunTimeMenu); ch = Chains_readChar(); switch(ch) { case '0': done = TRUE; break; case '1': pausetidlOD(&gChainsObjtidlOD); break; case '2': resumetidlOD(&gChainsObjtidlOD); break; case 'p': case 'P': ChainsCommon_PrintStatistics(); chains_tidlOD_printStatistics(&gChainsObjtidlOD.ucObj); break; default: break; } }while(FALSE == done); chains_tidlOD_StopAndDelete(&gChainsObjtidlOD); /* Semantic Segmentation DeInit */ tidlODDeInit(&gChainsObjtidlOD); /* Free the Algorithm create structure */ ChainsCommon_Osal_memFree( gChainsObjtidlOD.pAlgCreateParams, sizeof(TIDL_CreateParams)); } If you have any question please let me know, Thanks, Best Regards, Hacker Hsu, 0952067531, Responses: Hi Hacker Hsu, TI TIDL OD is validated only with pre-trained videos However if you want to use capture from camera make sure it outputs RGB data In attached .c file, comment out inData_OD & inHeader_OD file reading from SD card (actual trained input files for TIDL_OD usecase) Refer below for training CNN network with your dataset github.com/.../caffe-jacinto Regrads Surya |