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.

Eye Detection on DM8148/DM8127

Hi,

The goal is to be able detect face features (to start with, eye) on the DSP available on DM8127 (C6748). I thought the best option available is to train the OpenCV Haar classifier for eye detection and store the generated xml file on the DM8127 flie system. Then instantiate the OpenCV cascaded classifier on the DSP and use it to detect faces in an input image. However, finding OpenCV which would run on C6748 has not been very easy. Finally I saw from the below link that OpenCV version 1.x was ported to C6748 and is in fact used in a face detect demo on C6748:

e2e.ti.com/.../1198497

In the link they say that the code for the face detect demo is available along with the necessary opencv libraries in the BIOSC6SDK and the link to download it from is:

software-dl.ti.com/.../index_FDS.html

However, whenever I click on the link for bios_c6sdk_02_00_00_00_setupwin32.exe, it just gives me the below error:

An error occurred while processing your request.

Reference #97.2c32d417.1435686232.26955d76

So my questions are two fold:

1) Is there another link from where I could download the BIOSC6/SDK?

2) Is there another place where some version of OpenCV libraries compatible with C6748 be downloaded?

Thanks everyone for your time.

Regards,

Sreenath K R

  • Sreenath,

    Sreenath Ramanna67121 said:

    In the link they say that the code for the face detect demo is available along with the necessary opencv libraries in the BIOSC6SDK and the link to download it from is:

    software-dl.ti.com/.../index_FDS.html

    However, whenever I click on the link for bios_c6sdk_02_00_00_00_setupwin32.exe, it just gives me the below error:

    An error occurred while processing your request.

    Reference #97.2c32d417.1435686232.26955d76

    I am able to download this file using my TI pass. So you will need to contact your local TI FAE to get this file for you. Meanwhile try also to fill up all the fields correctly, thus you will get the software download approval.

    BR
    Pavel

  • Hi Pavel,

    Thanks for the response. As it is export controlled, I had submitted a request for this software. I am awaiting approval. It has been a couple of days already, so, I am not sure if any more details are needed form my side.

    Sreenath