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.

TDA2EVM5777: TIDL device translator tool excute abnormally &show error ,which translate program from caffe to tidl

Part Number: TDA2EVM5777

I use the binary for the device translation tool as part of TIDL source release package in the<TIDL_Install_Dir> and would like to translate program data from caffe to TIDL 

windows system version: WIN10 and WIN7(virtual machine) 

VISION_SDK_02_12_01_00  -"VISION_SDK_02_12_01_00\ti_components]algorithms_codecs\REL.00.05.00.00\modules\ti_dl\utils\caffeImport\tidl_caffeImport.out.exe"

Execute the admin command line: tidl_caffeImport.exe  ..\test\testvecs\input\seg.net.prototxt ..\..\test\testvecs\input\seg.net.caffemode ..\..\test\testvecs\config\tidl_net_seg.bin ..\..\test\testvecs\config\tidl_pams_seg.bin

Show "The program can`t start because MSVCP110D.dll is missing from your computer.

Then I download MSVCP110D.dll and MSVCR110D.dll and put this two .dll  into my C:\Windows\SysWOW64 folder.

Still show error"The application was unable o start correctly(0xc000007b)" .

Already install all kinds of microsoft VC &.NET and install directX9.0C, win10 default directX12.

What I need to do next?

Thank you very much!

  • Hi,

    can you check if any of the things suggested here can help you:
    www.drivereasy.com/.../

    Regards,
    Yordan
  • Hi Yordan

    I tried your suggestion, but it seems that not work yet. By the way, I do something else,still not work.

    The program in the<TIDL_Install_Dir> VISION_SDK_02_12_01_00\ti_components]algorithms_codecs\REL.00.05.00.00\modules\ti_dl\utils\caffeImport\tidl_caffeImport.out.exe  6087.caffeImport.rar

    1->restart 2->run as administrator 3->run as compatiable mode. 4-> check microsoft .NET install. 5->update DirectX.

    6-> First,excute "tidl_caffeImport.out.exe" show "The program can`t start because MSVCP110D.dll is missing from your computer,Then I download .dll(msvcp110d.dll&msvcr110d.dll and put them into C:\windows\SysWOW64 and try register )

    7->After step 6, excute "tidl_caffeImport.out.exe" will still show "The application was unable o start correctly(0xc000007b)"

    I follow TI tidl media instruction, just like this media: 

    In this media, it tell TI provide the binary for the device translation tool as part of TIDL source release package. 

    I use win10 and win7(vitrual machine), both them exist this issue.

    Please help me and check again.

  • I follow its introduction in this media, 

    TIDL_101.rar

  • Hi,

    Your question is forwarded to a TIDL expert
    Best regards
    Lucy
  • The import tool is built with Visual studio compiler version 11.0 (VS express edition 2012). If you have installed this this in you PC, the pre-built tool will work without any issues. If you have any other version of visual studio, the source code available in the same folder can be used to built the tool with your version of compiler.

    BTW, please move to latest version of TIDL release (00.07)

    Thanks and Regards,

    Kumar.D

  • Hi Kumar

    I want to translate the caffe-jancito trained result.Still can show error.

    Do this program need complier?  This error show "D:protobuf" environment program failer. 

    what I need to compily this source code bypass this error?

    tks.

  • Dear Kumar

    Follow your suggestion, and use VS2012 built the tool. However, show many error. about .h, which is come from TI.

    1>------ Build started: Project: ConsoleApplication1, Configuration: Debug Win32 ------
    1>  tidl_caffeImport.cpp
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(60): error C2146: syntax error : missing ';' before identifier 'XDAS_Void'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(60): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(61): error C2146: syntax error : missing ';' before identifier 'XDAS_Bool'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(61): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(64): error C2146: syntax error : missing ';' before identifier 'XDAS_Int8'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(66): error C2146: syntax error : missing ';' before identifier 'XDAS_Int16'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(66): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(67): error C2146: syntax error : missing ';' before identifier 'XDAS_UInt16'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(67): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(68): error C2146: syntax error : missing ';' before identifier 'XDAS_Int32'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(68): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(69): error C2146: syntax error : missing ';' before identifier 'XDAS_UInt32'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(69): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(137): error C2146: syntax error : missing ';' before identifier 'size'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(137): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(138): error C2146: syntax error : missing ';' before identifier 'alignment'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(138): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(171): error C2146: syntax error : missing ';' before identifier 'size'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(171): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(182): error C2146: syntax error : missing ';' before identifier 'size'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(182): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355): error C2059: syntax error : '*'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355): error C2143: syntax error : missing ',' before '*'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(356): error C2091: function returns function
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(356): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(356): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(398): error C2059: syntax error : '*'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(399): error C2091: function returns function
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(399): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(399): error C2556: 'int (__cdecl *IALG_Fxns::Int(void))(IALG_Handle,IALG_Cmd,IALG_Status *)' : overloaded function differs only by return type from 'int (__cdecl *IALG_Fxns::Int(void))(const int)'
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355) : see declaration of 'IALG_Fxns::Int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(399): error C2371: 'IALG_Fxns::Int' : redefinition; different basic types
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355) : see declaration of 'IALG_Fxns::Int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(399): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(496): error C2059: syntax error : '*'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(496): error C2091: function returns function
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(496): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(496): error C2556: 'int (__cdecl *IALG_Fxns::Int(void))(IALG_Handle,IALG_MemRec *)' : overloaded function differs only by return type from 'int (__cdecl *IALG_Fxns::Int(void))(const int)'
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355) : see declaration of 'IALG_Fxns::Int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(496): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(671): error C2059: syntax error : '*'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(672): error C2091: function returns function
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(672): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(672): error C2556: 'int (__cdecl *IALG_Fxns::Int(void))(IALG_Handle,const IALG_MemRec *,IALG_Handle,const IALG_Params *)' : overloaded function differs only by return type from 'int (__cdecl *IALG_Fxns::Int(void))(const int)'
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(355) : see declaration of 'IALG_Fxns::Int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(672): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(753): error C2059: syntax error : '*'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(753): error C2091: function returns function
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(753): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ialg.h(753): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2065: 'ivisionCacheWriteBack' : undeclared identifier
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2086: 'int XDAS_Int32' : redefinition
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(68) : see declaration of 'XDAS_Int32'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2143: syntax error : missing ';' before '('
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2146: syntax error : missing ')' before identifier 'addr'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2146: syntax error : missing ';' before identifier 'addr'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2086: 'int XDAS_UInt32' : redefinition
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(69) : see declaration of 'XDAS_UInt32'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2146: syntax error : missing ';' before identifier 'size'
    1>          c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\xdas.h(69) : see declaration of 'XDAS_UInt32'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(112): error C2059: syntax error : ')'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(116): error C2146: syntax error : missing ';' before identifier 'cacheWriteBack'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(116): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(135): error C2146: syntax error : missing ';' before identifier 'x'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(135): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(136): error C2146: syntax error : missing ';' before identifier 'y'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(136): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(145): error C2146: syntax error : missing ';' before identifier 'width'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(145): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(146): error C2146: syntax error : missing ';' before identifier 'height'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(146): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(154): error C2146: syntax error : missing ';' before identifier 'numPoints'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(154): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(167): error C2146: syntax error : missing ';' before identifier 'width'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(167): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(171): error C2146: syntax error : missing ';' before identifier 'height'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(171): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(201): error C2146: syntax error : missing ';' before identifier 'planeType'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(201): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(203): error C2146: syntax error : missing ';' before identifier 'accessMask'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(203): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(247): error C2146: syntax error : missing ';' before identifier 'numPlanes'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(247): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(256): error C2146: syntax error : missing ';' before identifier 'formatType'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(256): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(259): error C2146: syntax error : missing ';' before identifier 'bufferId'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(259): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(273): error C2146: syntax error : missing ';' before identifier 'reserved'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(273): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(284): error C2146: syntax error : missing ';' before identifier 'size'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(284): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(285): error C2146: syntax error : missing ';' before identifier 'numBufs'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(285): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(310): error C2146: syntax error : missing ';' before identifier 'size'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(310): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(311): error C2146: syntax error : missing ';' before identifier 'subFrameInfo'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(311): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(326): error C2146: syntax error : missing ';' before identifier 'size'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(326): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(327): error C2146: syntax error : missing ';' before identifier 'inFreeBufIDs'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(327): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(354): error C2146: syntax error : missing ';' before identifier 'outFreeBufIDs'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(354): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(381): error C2146: syntax error : missing ';' before identifier 'reserved'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(381): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(419): error C2059: syntax error : '*'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(421): error C2091: function returns function
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(421): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(421): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(478): error C2059: syntax error : '*'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(479): error C2091: function returns function
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(479): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(479): error C2556: 'int (__cdecl *IVISION_Fxns::Int(void))(IVISION_Handle,IALG_Cmd,const IALG_Params *,IALG_Params *)' : overloaded function differs only by return type from 'int (__cdecl *IVISION_Fxns::Int(void))(IVISION_Handle,IVISION_InBufs *,IVISION_OutBufs *,IVISION_InArgs *,IVISION_OutArgs *)'
    1>          c:\rel.tidl.00.07.00.00\common\ivision.h(419) : see declaration of 'IVISION_Fxns::Int'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(479): error C2371: 'IVISION_Fxns::Int' : redefinition; different basic types
    1>          c:\rel.tidl.00.07.00.00\common\ivision.h(419) : see declaration of 'IVISION_Fxns::Int'
    1>c:\rel.tidl.00.07.00.00\common\ivision.h(479): warning C4183: 'Int': missing return type; assumed to be a member function returning 'int'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ires_common.h(127): error C2146: syntax error : missing ';' before identifier 'resourceName'
    1>c:\vision_sdk_02_12_01_00\ti_components\algorithms_codecs\xdais_7_24_00_04\packages\ti\xdais\ires_common.h(127): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(109): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(113): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(125): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(127): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(128): warning C4244: 'initializing' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(144): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(147): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(148): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(149): warning C4244: 'initializing' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(154): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(158): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(167): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(171): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(183): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(186): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(190): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(836): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(840): warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(1238): warning C4244: '=' : conversion from 'float' to 'int16_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(1244): warning C4244: '=' : conversion from 'float' to 'int16_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(1375): warning C4244: '=' : conversion from 'float' to 'int16_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(1656): warning C4244: '=' : conversion from 'float' to 'int16_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(1662): warning C4244: '=' : conversion from 'float' to 'int16_t', possible loss of data
    1>c:\rel.tidl.00.07.00.00\modules\ti_dl\utils\caffeimport\tidl_caffeimport.cpp(1805): warning C4244: '=' : conversion from 'google::protobuf::int64' to 'int32_t', possible loss of data
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  • Please run vcvarsall.bat  to setup the required environment variables for VS2012
    {TIDL_install_path} > {…\Microsoft Visual Studio 11.0\VC\vcvarsall.bat}

    and use the makefile available in the "ti_dl]utils\caffeImport\ folder to build the tool. Update the protobuf lib path in the makeFile

    >"ti_dl]utils\caffeImport\> gmake

    Please let us know if you face any issues.

    Thnaks  and regrads,

    Kumar.D

  • Hi kumar

    Why .exe which already build cann't translate caffe-jancito model that trained from cityscape?

  • The cityscapes Model in github repo is updated post the TIDL 00.07 release. We will be making a new release of TIDL soon which will have fix to import all the models available in the repo without issues.

    Thanks and Regards,

    Kumar.D

  • Dear Kumar

    Glad to hear that. When and where I can download the new version of TIDL?

  • Hi,

     We are working towards the release. Release will be available by next week. It can be downloaded from CDDS or ti.com.

    Thanks and Regrads,

    Kumar.D

  • Hi Kumar

    Would you release the tool until now?

    Could share some download URL or webstie address?

    Thanks.

  • Hello Junze Ren,

        I also face this problem.

    can you give me the detail and the solution about this problem?

    I have already setup the protobuf-2.5 ,set the environment vcvarsall.bat,and gmake under the caffeimport folder.

    But it still can not work.

    please help me.Thank you in advance.

    Regards,

    Jimmy Lai

     

     

  • Hi Jimmy

    Do you try install visual studio 2012?if not, have a try please.

  • Hi Junze Ren
    Yes, I have already used the visual studio 2012 to build the C:\protobuf-2.5.0\vsprojects already.
    Did I miss something or something I forget to build??
  • Hi
    It seems like we are same problem.I saw you are try translate your own network and show some error.
    I think this is program .exe issue, which can only translate itself`s network.
    TI tell me they will release a new one to fix this issue. However, still not release.So we have to wait.
  • Hi Junze Ren,
    You mean the TIDLOBJ.00.07.00.00 version still can not support it.
    And you like me still have the problem above?
    thank you for your suggestion.
    I hope in the future work we can make it.

    Regards,
    Jimmy Lai
  • Yeah, that`s correct. version:00.07 still can not work.
    I also try fix it by compile&build code but still fail.
    I heard some source package can fix and still wait.
    You can connect me with mail:“rjz2013@163.com” straightly with Chinese traditional or something.
    Thanks.