Sciologness The most complete collection of drivers for your computer! |
Drivers Catalog ⇒ Laptops & Desktops ⇒ ICP / IEi ⇒ KINO-9454 Drivers for laptop ICP / IEi KINO-9454: the following page shows a menu of 31 devices compatible with the laptop model KINO-9454, manufactured by 'ICP / IEi'. To download the necessary driver, select a device from the menu below that you need a driver for and follow the link to download. List of ICP / IEi KINO-9454 Devices
Top Drivers for ICP / IEi KINO-9454We have compiled a list of the most popular drivers (according to downloading stats) for various devices installed to ICP / IEi KINO-9454 laptops. Once you find the needed driver in this list, feel free to download it directly from this page by clicking at ‘Download’ button.
|
Introduction
Sharp Ar 5520d 61.1382 For Windows 7 alldrivers-61.1382.exe 101kb HP 100-5152, Sony VGN-NS21SRS, Lenovo 2429BH6, ICP / IEi KINO-690AM2, LG P1-J302E1, Gateway 3, HP Presario V6000, and more. Below you can download the latest ICP bios upgrade for your motherboard after signup with the eSupport BIOSAgentPlus service.; You can identify your motherboard using the BIOS ID which is displayed on most computers at bootup.
Follow these steps to connect your IEI Tank* AIoT Dev Kit to Intel® System Studio and begin working with your development kit. This guide assumes you have already set up and powered your system according to the guide included in the box.
You'll walk through the following basic steps:
Run and Modify an Intel® Distribution of OpenVINO™ toolkit Application
Modify a vehicle detection project to run on an IEI* Mustang-V100-MX8 AI acceleration card
Run and Modify an Intel® Distribution of OpenVINO toolkit
In this section, you'll run a vehicle detection application. By default, this sample application runs on the CPU and detects vehicles in a static image, using the Intel® Distribution for OpenVINO™ toolkit. You'll modify the project to run on a sample video instead, and offload the processing to your GPU.
Intel® technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. Check with your system manufacturer or retailer.
Before you begin
These steps were tested with the following configuration:
- IEI Tank* AIoT Dev Kit with Intel® System Studio 2019 Update 4
- Version 2019 R2 of the Intel® Distribution of OpenVINO™ toolkit
The models used in this example are pre-trained models included with the Intel® Distribution of OpenVINO™ toolkit. For additional information about each of these models, refer to the model descriptions, located by default in the appropriate directories in:
Run Intel® System Studio
Launch the application using the desktop ISS icon. The environment variable is preset for use.
Tip: Check that the environment variables are set in Intel® System Studio. If not, run the following command to set environment variables: sudo cp /opt/intel/openvino/bin/setupvars.sh /opt/intel/system_studio_2019/env.d/linux/
- Click the icon for Intel® System Studio to open.
- Keep the default workspace and click Launch to launch Intel® System Studio.
Run a sample project on the CPU
Your sample project has already been included in Intel® System Studio for you. Follow the steps below to run it for the first time.
- In the Project Explorer, expand the demosfolder. Expand the Binaries folder and select the security_barrier_camera_demo folder.
- From the Run drop-down list in the toolbar, select Run Configurations.
- The Run Configurations dialog box opens.
- On the left under C/C++ Application, select security_barrier_camera_demo.
- Click the Arguments tab.
- Next, you'll change the existing program arguments to run the project on the accelerator card. This information and more details about the arguments you can supply to the sample can be found in the README.md file in the security barrier camera demo source files.
- Copy the following argument string:
- Paste the string into Programarguments field.
- Once finished, click Run.
The sample runs on an image, highlighting the vehicles it detects in bounding boxes. You'll see labels displayed next to the cars it detects, such as 'black car'.
In the text displayed over the image, you can see data about the sample. Note the fps value, which you can use to estimate performance; a higher fps value corresponds to better performance.
The image used in the example is a simple .bmp image:
Format | .bmp |
Dimension | 749x637 pixels |
Size | 1.36 MB |
Congratulations, you've successfully run the sample! Now that you're finished, click the red X icon at the top of the pop-up window to close it.
After you close the window, you can check the Console for averaged statistics about the sample you just ran, including the fps data.
View CPU utilization
You can view CPU utilization on your device, then compare the performance change when you move processing to the GPU or a vision accelerator.
- Click the Ubuntu* icon in your taskbar. From the search bar, search for and open the SystemMonitor application.
- Click the Resources tab to bring up the CPU History chart. You can see how the CPU utilization changes when you run the sample on the CPU, as described below.
Afterwards, keep the application open so you can compare the utilization numbers when you offload application processing to the GPU or an accelerator.
Modify your program to run on a video
Next, you'll modify the project to run on a video instead of an image.
- Make sure you have a copy of the sample video in your Downloads folder: ${HOME}/Downloads/car-detection.mp4
If you don't have the sample video, download it from: https://github.com/intel-iot-devkit/sample-videos/blob/master/car-detection.mp4
- Back in the Project Explorer, make sure you have the security_barrier_camera_demo folder selected.
- From the Run drop-down list in the toolbar, select Run Configurations.
- Under C/C++ Application, select the security_barrier_camera_demo run configuration.
- Click the Arguments tab.
Next, you'll change the existing program arguments to use a video file instead of a static image, and to define the confidence threshold level for the Intel® object detection model being used. You'll use a high value of 0 to avoid getting false positives when your application is detecting the cars in the video.
This information and more details about the arguments you can supply to the sample can be found in the README.md file in the security_barrier_camera_demo source files.
- Copy the following argument string.
- Paste the string into the Program arguments field.
Once finished, click Run.
Your project runs. The results appear in the Console and in a separate video window. In the video, you'll see several cars driving through a parking lot. The application will highlight the vehicles it detects in bounding boxes and display a label next to each car ('white car', 'red car', etc.).
In the text displayed over the video, you can see live data about the sample. Note the fps value, which you can use to estimate performance. A higher fps value corresponds to better performance.
Intel® technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. Check with your system manufacturer or retailer
The video used in the example is an .mp4 file:
Format .mp4 Duration 31 seconds† Dimensions 768x432 pixels Size 2.8 MB †played at accelerated speed for 6-7 seconds
If you have the System Monitor open, you can see the CPU utilization spike as the project runs. Notice how the CPU utilization for all cores rises while the sample runs.
- After the video closes automatically, you can check the Console for averaged statistics about the sample you just ran, including the fps data. IMAGE is not 242 -update
To close the video, you can press ESC or click the red Terminate icon from the Console at any time. The video will close automatically when it reaches the end of the playback.
Modify your project to run on the GPU
Next, you'll modify the project to run on a GPU.
- Back in the Project Explorer, make sure you still have the security_barrier_camera_demo folder selected.
- Run drop-down list in the toolbar, select Run Configurations.
- C/C++ Application, select security_barrier_camera_demo.
- Click the Arguments
Next, you'll change the existing program arguments to run the project on the GPU.
This information and more details about the arguments you can supply to the sample can be found in the README.md file in the security_barrier_camera_demo source files.
- Copy the following argument string:
- Paste the string into Program arguments field.
- Once finished, click Run.
Your project runs. The results appear in the Console and in a separate video window. In the video, you'll see several cars driving through a parking lot. The application will highlight the vehicles it detects in bounding boxes and display a label next to each car ('white car', 'red car', etc.).
In the text displayed over the video, you can see live data about the sample. Note the fps value, which you can use to estimate performance. A higher fps value corresponds to better performance.
Intel® technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. Check with your system manufacturer or retailer.
If you have the System Monitor open, you can see the CPU utilization spike as the project runs. Compared to running the project on the CPU only, only about one CPU core is utilized at 100% at a time, as work is being offloaded to the GPU.
To close the video, you can press ESC or click the red Terminate icon from the Console at any time. The video will close automatically when it reaches the end of the playback.
Note: To loop the video, add the argument -loop video to the end of the arguments, then rerun the sample project.
After the video closes automatically, you can check the Console for averaged statistics about the sample you just ran, including the fps data.
Next Steps
Next, you can modify the project to offload the application processing to different hardware, as follows:
Modify your Vehicle Detection project to run on IEI Tank* Mustang V100-MX8 AI Acceleration Card
This section contains steps to modify your vehicle detection application to run on an IEI* Mustang-V100-MX8 accelerator card.
Intel® technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. Check with your system manufacturer or retailer.
Before you begin
These steps were tested with the following configuration:
- IEI Tank* AIoT Dev Kit with Intel® System Studio 2019 Update 4
- Version 2019 R2 of the Intel® Distribution of OpenVINO™ toolkit
- IEI* Mustang-V100-MX8 accelerator card
Set up service configuration for running Security Barrier Demo with the IEI* Mustang-V100-MX8 AI acceleration card
For the security barrier camera demo, the configuration file needs to include the following in the hddl_service.config file. Before editing a config file, remember to create a backup file of the original.
Backup the original config file.
Use your favorite editor to edit the file. In this case, we use nano.
Edit the config file in the scheduler_config section with the content below.
'tagDetect': 6, 'tagAttr': 1, 'tagLPR': 1
Exit the editor. With nano, use ctrl+x. Follow the instruction to save, and click the Enter key to write the changes to the file. Now, you are ready to get started withe IEI* Mustang-V100-MX8 card.
Run the sample project on the IEI* Mustang-V100-MX8 accelerator card
- In the Project Explorer, make sure you still have the security_barrier_camera_demo folder selected.
- From the Run drop-down list in the toolbar, select RunConfigurations.
- Under C/C++ Application, select the securitybarriercamerademo run configuration.
- Click the Arguments tab.
Next, you'll change the existing program arguments to run the project on the accelerator card, and to change the model for the accelerator card to a 16-bit version compatible with the hardware. This information and more details about the arguments you can supply to the sample can be found in the README.md file in the security_barrier_camera_demo source files.
- Copy the following argument string:
- Paste the string into the Programarguments field.
- Once finished, click Run.Your project runs. The results appear in the Console and in a separate video window. In the video, you'll see several cars driving through a parking lot. The application will highlight the vehicles it detects in bounding boxes and display a label next to each car ('white car', 'red car', etc.).
In the text displayed over the video, you can see live data about the sample. Note the fps value, which you can use to estimate performance; a higher fps value corresponds to better performance.
If you have the SystemMonitor open, you can see the CPU utilization rise as the project runs. - After the video closes automatically, you can check the Console for averaged statistics about the sample you just ran, including the fps data.
To close the video, you can press ESC or click the red Terminate icon from the Console at any time. The video will close automatically when it reaches the end of the playback.
Note: To loop the video, add the argument -loop_video to the end of the arguments, then rerun the sample project.
Troubleshooting
For more information about HDDL-R and troubleshooting tips, visit: https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_linux_ivad_vpu.html
For information about the reset driver for HDDL from IEI*, visit: their Download Center for Mustang V100 MX8
Projects and Tutorials
Drivers Icp / Iei Wiring
This section contains tutorials for developing projects for and working with your system.
Reference implementations, code samples, and additional documentation
You can check out the following reference implementations for steps to leverage your system to create some realworld solutions:
You can also view additional code samples and OpenVINO™ toolkit documentation.
Drivers Icp / Iei Ac
Debugging your project
Drivers Icp / Iei Exam
To debug your project, click the Debug drop-down list in the toolbar, and click the name of your project. If you see a message asking you to open the debug perspective, click Yes.
The debug perspective opens.
To return to the C/C++ perspective once you're finished debugging, click the blue C/C++ icon in the top right of the application.
Note: If you don't see the C/C++ icon, you can instead go to the menu and choose Window > Perspective > Open Perspective > C/C++ to exit the debug perspective.