TIADALG Release Notes
Version: 00.07.03.00
Contents
- Introduction
- Licensing
- What's New
- Documentation
- Upgrade and Compatibility Information
- Device Support
- Validation Information
- Fixed Issues
- Known Issues
- Technical Support
- Package Versioning
Introduction
The package consists of the Texas Instruments TIADALG Software package
Licensing
The licensing information of this library, as well as any third-party components included which are made available under a number of other open-source licenses are enumerated as part of the manifest. A complete manifest along with export control information is detailed here [HTML].
Documentation
1 | User's Guide | [HTML] |
3 | Data Sheet | [HTML] |
4 | Software Manifest | [HTML] |
What's New
List of features supported in this release are :
- Image pre processsing API targetted for deep learning application, and it is optimized for C66x DSP (tiadalg_image_preprocessing) for 8b and 16b output bit depth
- Camera lens distortion correction and insertion for fish eye images, and it is optimized for C66x DSP (tiadalg_fisheye_transformation)
- 3 plane seperation/creation from raw output from DOF accelerator, and it is optimized for C66x DSP (tiadalg_dof_plane_seperation)
- Feature matching API to select top feature, and it is optimized for C66x DSP (tiadalg_select_top_feature)
- Camera Pose estimation API using solve pnp technique, and it is optimized for C66x DSP (tiadalg_solve_pnp)
- Visual localization algorithm with external feature and descriptor, and it is optimized for C66x DSP (tiadalg_visual_localization)
- Sparse feature descriptor up-sampling and convolution optimized for C66x DSP(tiadalg_sparse_upsampling)
- Image color blending on C66x DSP to show different kind of pixel detection computed by some other algorithm (tiadalg_image_color_blending)
- Image thresholding followed by Non Maxima Supression optimized for C66x DSP (tiadalg_image_recursive_nms)
- Structure from Motion application on C7x (tiadalg_structure_from_motion)
- Voxelization preprocessing API for points pillar CNN. Only reference code. (tiadalg_voxelization)
Upgrade and Compatibility Information
Device Support
Target SoC | Target Plaform | Build environment (OS) | Target environment (OS) |
PreSi | x86_64 Linux PC | x86_64 (Linux) | x86_64 (Linux) |
PreSi | C66x/C7x DSP | x86_64 (Linux) | C66x/C7x DSP |
Validation Information
This release has dependency on GCC , C6000 and C7000 compiler. Please refer top level SDK information for exact version of these dependency.
Fixed Issues
- Structure from motion test application scratch memory pointer assignment correction
Known Issues
- Stand alone test applications for platform is not supported/maintained
Technical Support
For technical support, please post your questions on TI E2E Forum for Automotive ADAS SoCs.
For additional assistance, contact local TI Field Application Engineer
Package Versioning
Each package version is composed of 4 period-delimited numbers - represented here by the letters M, m, p and b [M.m.p.b]
. The table below provides a descriptive reference regarding package version numbering.
Digit | Meaning | Description |
---|---|---|
1 (M=Major) | Major revision | Incremented when the new version is substantially different from the previous For example, a new module added or an existing module's algorithm significantly altered. |
2 (m=minor) | Minor revision | Incremented when the new version has changed but not in a major way. For example, some minor changes in the API or feature set. |
3 (p=patch) | Patch number | Incremented for all other source code changes. This include any packaging support code. |
4 (b=build) | Build number | Incremented for each release delivery to CM. Reset for any change to M, m or p |
Copyright 2018, Texas Instruments Incorporated