Hello,
I train my own model with 300x300 net input, and update the net file and param file to tidlOD usecase.
When I run the usecase in TDA2 EVB, it failed to create display link, the error messages is showed below.//
---------------------------------------------------------------
[IPU1-0] dssPrms->inFmt.width: 300
[IPU1-0] 36.048587 s:
[IPU1-0] dssPrms->inFmt.height: 300
[IPU1-0] 36.048648 s:
[IPU1-0] dssPrms->inFmt.pitch0: 288
[IPU1-0] 36.048709 s:
[IPU1-0] dssPrms->inFmt.pitch1: 288
[IPU1-0] 36.048770 s:
[IPU1-0] dssPrms->inFmt.pitch2: 288
[IPU1-0] 36.048831 s:
[IPU1-0] dssPrms->inFmt.dataFormat: 7
[IPU1-0] 36.048923 s:
[IPU1-0] pObj->createArgs.rtParams.tarWidth 600
[IPU1-0] 36.048984 s:
[IPU1-0] pObj->createArgs.rtParams.tarHeight 600
[IPU1-0] 36.049045 s:
[IPU1-0] pObj->createArgs.rtParams.posX 660
[IPU1-0] 36.049106 s:
[IPU1-0] pObj->createArgs.rtParams.posY 64
[IPU1-0] 36.049289 s: dispcore/src/vpscore_dss.c @ Line 1053:
[IPU1-0] 36.049380 s: Pitch less than Width
[IPU1-0] 36.049441 s: dispdrv/src/vpsdrv_displayCore.c @ Line 304:
[IPU1-0] 36.049533 s: Set DSS parameter failed
[IPU1-0] 36.049563 s: Assertion @ Line: 472 in displayLink_drv.c: status==SYSTEM_LINK_STATUS_SOK : failed !!!
[IPU1-0] 36.050021 s: Assertion @ Line: 472 in displayLink_drv.c: status==SYSTEM_LINK_STATUS_SOK : failed !!!
---------------------------------------------------------------
I think there are something wrong in inFmt.pitch2.
My config file is showed belowed. //When I change (inputWidth, inputHeight) back to (768, 320), the problem disappears
------------------------------------------
inputWidth=300
inputHeight=300
inputFile=inData
inputHDRFile=inHeader
netFileName=tidl_net_jPNet_ssd.bin
paramFileName=tidl_param_jPNet_ssd.bin
fps=15
threshold=0.3
----------------------------------------------------
So I should modified something else?
Thanks a lot