Before installing this showcase to the device, please install ADLINK EVASDK and set the EVA environment as necessary.
The path to the respective demo folder includes install.sh and run.sh for this showcase.
Install.sh will perform the following steps:
For this showcase now only support for NVIDIA device.
Use the path:
cd src/demo/part-preparationFor NEON JNX, please install this demo by:
Run install.sh with root privileges:
./install.shFor x86 system, please install this demo by:
Run install.sh with root privileges:
./install.sh -g x86This is required to modify the path to the OpenCV library. If you have installed EVA on a non-ADLINK device, please check the requirements in our EVA portal.
After installation, execute run.sh for the pipeline command:
./run.shThis showcase utilizes the DSSD (Deconvolutional Single Shot Detector) and is trained by NVIDIA TAO. Two models which pruned and without pruned are provided. The default used model is without pruned when running. Use the command below to run pruned model:
./run.sh yesOr you can open EVA_IDE and load pygraph then execute, please see the section, Run This Showcase Through EVA IDE.
Then you will see the pop-up display window of this showcase as in the example below. There are three demo videos which will run one after the other.

In the figure above, "container-parts" is the area where each parts must place inside orderly. The order and the number of each part is already defined in SOP(Standard Operating Procedure). Based on this SOP, the algorithm designed four required parts' order from left to right and their numbers. From left to right 2 light-guide-cover, 2 small-board-side-A, 4 screw and 1 wire orderly placed. The timer starts from the first part placed in the "container-parts" and ends when all the parts placed with correct order and numbers. If the operator place the part with wrong order, the "incorrect order!" message will be displayed(See the figure below).

The timer starts with orange color means the preparation procedure is working and ends with green when all parts are ready. This showcase illustrate the procedure of the operator followed the preparation specification in case each part is missed before assemly. Just like the other showcase, once you modified this part-preparation plugin source code, required to rebuild it simply direct to the path /src/plugins/assembly and run assembly-build.sh for ubuntu system. (Currently not support for windows, windows version of this showcase will provide in later version) The email alert plugin were implemented in python. Once modified the email alert plugin, direct to /src/plugins/alert/email and run email-build.sh for ubuntu or email-build.bat for windows 10. The same rebuild procedure for other alert plugins. More detail setting could be found in EVA Portal.
*Modified installation details can be found at the EVA Portal: < Under Construction >
The training materials can be downloaded with the following links.
Training images and its label: http://sftp.adlinktech.com/image/EVA/EVA_Show-Case/training/showcase4-5/train-data.zip
Reference training settings followed by NVIDIA TAO: http://sftp.adlinktech.com/image/EVA/EVA_Show-Case/training/showcase4-5/files.zip
Training procedure followed by NVIDIA Train, Adapt, and Optimize(TAO). The model architecture used for this demo is Deconvolutional Single Shot Detector(DSSD) provided pretrained by TAO.
Note: Showcases 4 and 5 use the same training materials.
In this showcase, you can run the pipeline by execute run.sh but also EVA IDE. Open EVA IDE and make sure your current path is in src/demo/part-preparation as root:
EVA_ROOT/bin/EVA_IDEEVA_ROOT is the path where the EVA is installed, the default installed path is /opt/adlink/eva/. So directly call EVA_IDE:
/opt/adlink/eva/bin/EVA_IDEAnd you will see the IDE show up as below:

Then select the pygraph you want to run, here for example select showcase4.pygraph in this showcase folder through File->Load. Then you can see this showcase pipeline:


For loading other videos, simply change the filesrc element and select the demo video in location property.

For loading pruned model, simply change the adrt element and select the pruned model in model property.

Click on the email_alert node in the pipeline and the property window will show the node properties detail at left side. See the figure below:

Provide an email address you want to receive from the alert for this show case in "receiver-address". Then press the play button
and you will see the scenario video start to play.
If your IDE can not show/add the plugin node "partpreparation" after loading the pygraph file, manually add it into the while list. The file element_list.txt will be generated after running IDE once.
For Linux, add "assembly" in file : /home/USER_ACCOUNT/adlink/eva/IDE/config/element_list.txt.