BASE VERSION: psdk_rtos_auto_j7_06_02_00_21 PATCH VERSION: dl_patch_01 NEW IN THIS RELEASE =================== 1. Object Detection application - vision_apps/apps/dl_demos/app_tidl_od 2. Semantic Segmentation application - vision_apps/apps/dl_demos/app_tidl_seg 3. Image Classification example with camera integration (2MP sensor only like IMX390) - vision_apps/apps/dl_demos/app_tidl_cam 4. Image Classification validated for more public networks - vision_apps/apps/dl_demos/app_tidl 5. Updated Multi-channel Camera application with better way to save intermediate outputs - vision_apps/apps/dl_demos/app_multi_cam Please refer to the updated user-guide section to see how to build and run the new applications, psdk_rtos_auto_j7_06_02_00_21/vision_apps/docs/user_guide/DL_DEMOS.html The demos are validated using (included in psdk_rtos_auto_j7_06_02_00_21) TIDL VERSION - tidl_j7_01_01_00_10 MMALIB VERSION - mmalib_01_01_00_00 INSTRUCTIONS ============ This patch is to be applied on a fresh install of psdk_rtos_auto_j7_06_02_00_21 1. Save the old tiadalg/tiadalg_image_preprocessing folder and take the new one. 2. Save the old vision_apps folder and take the new one. 3. Copy "tiadalg" and "vision_apps" folders from patch release to psdk_rtos_auto_j7_06_02_00_21 Overwrite all files when prompted. 4. Do below to rebuild tiadalg/tiadalg_image_preprocessing libraries and new vision_apps examples cd ${PSDKRA_PATH}/vision_apps make tiadalg_scrub # clean TIADALG libaries make sdk # incrementally build all components needed for vision_apps including tiadalg and vision_apps SAMPLE INPUT FILES FOR DEMO =========================== Sample images are 1024x512 8-bit resolution in NV12 format used only by app_tidl_od and app_tidl_seg applications. Extract the provided images in the default paths provided in the config files. J7ES EVM config files, vision_apps/apps/basic_demos/app_linux_fs_files/app_od.cfg vision_apps/apps/basic_demos/app_linux_fs_files/app_seg.cfg HOST-EMULATION config files (Requires PSDKRA-6.2 add-on package to run), vision_apps/apps/dl_demos/app_tidl_od/config/app_od.cfg vision_apps/apps/dl_demos/app_tidl_od/config/app_seg.cfg IMPORTING NETWORKS ================== The app_tidl_od application is validated on Pelee Net and MobileNet v1. Please refer to TIDL documentation available below for importing the networks, psdk_rtos_auto_j7_06_02_00_21/tidl_j7_01_01_00_10/ti_dl/docs/user_guide_html/md_tidl_user_model_deployment.html