Commit 75995ce
90sdk (#2)
* scripts/perf_stats: Remove support for dumping log files
Also remove printing loads for MCU cores
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* test: gen_performance_data: Bug fix
Number of C7x available for all SOC except
j784s4 is 1
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* edgeai-gst-apps: Increase tiovxmemalloc pool-size
.avi video requires increased tiovxmemalloc pool-size
with dmabuf import
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* scripts: perf_stats: Add support for Non TIOVX
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* scripts: optiflow: Add support for user configured encoder and payloader
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Add option to enable/disable tiperfoverlay
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* scripts: optiflow: Add a script to run optiflow
Add a script which starts optiflow pipeline
and also prints inference time using gst tracer
logs
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* scripts: detect_soc: Set DEVICE_NAME env with part numbers
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* apps_cpp/apps_python/optiflow: Align with tensor details parsing
Align with tensor details parsing in edgeai-dl-inferer
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps_python: Create model runtime explicitly
edgeai-dl-inferer python api changed and requires
runtime to be created explicitly since it is not
created during the class initialization
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* download_models: Update download links to use internal server
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* scripts: Add script to install edgeai-apps-utils
Also update all repo command to pull from develop
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Add support for non-tiovx plugins
Add support for arm only mode with new plugins
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps_cpp/apps_python: Add support for non-tiovx plugins
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Move to top level
Move optiflow directory to top level.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Make as standalone application
Make as standalone python application, just
like apps_python
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* cmake: common: Add another possible glib-2.0 include path
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* apps_cpp: cmake: common: Add app_utils include path
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* tests: Add support to test optiflow using test_script
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* tests: Simplify test_all_models script
Simplyfy test all models script. Also added
arguments and support for optiflow.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* setup_camera: Create readable softlink for camera device and subdev
Create softlink for camera device and subdev.
Example: /dev/video-rpi-cam0 -> /dev/video2
/dev/v4l-rpi-subdev0 -> /dev/v4l-subdev2
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* edgeai-gst-apps: Modify apps to take full subdev path
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* setup_camera: Support hetrogeneous camera setup
Support hetrogeneous camera setup for imx390 and ov2312
together.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Use roi property for tiovxmultiscaler/tiscaler
Use roi property for tiovxmultiscaler/tiscaler instead of
using videobox
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* configs: face_detection: Bug fix EDGEAI_ROBOTICS-866
Bug fix EDGEAI_ROBOTICS-866, making default input for
face detection usb webcam.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* download_models: Add option to download ARM only models
tests: Fix optiflow test parsing in arm mode
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* cmake: Add support to configure output dir
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* Fixes 9c552ce download_models: Add option to download ARM only models
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* encoder: Change the way bitrate and gop-size is set
gstreamer 1.20 changes the way bitrate and gop-size is
set for v4l2h264enc. Align with same.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* post_process: classify: Add background to the text
Add background to text for better visibility
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: gst_wrapper: Add zpos property to kmssink
In gstreamer 1.20 by default kmssink plane is placed
behind fbdev
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* init_script: Set display primary plane zpos to 0
Also revert commit f6b7a8e
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Update am62 soc name to am62x
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Update model_zoo link and config files.
Update model_zoo to include public link for
am62x.Also update config files to work across
all soc including am62x. Also update sample
video names.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps_python: Fix issue closing with Ctrl+C
Python KeyboardInterrupt bug fix.
thread.join blocks the main thread hence
could not trigger KeyboardInterrupt
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* setup_camera: Add cdns routing
Add cdns routing required with latest TI-linux-6.1.y
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* perf_stats: Updated CMakeLists.txt with header file location changes
install_robotics_sdk.sh: GIT_TAG now sets to REL.09.00.00
* [CONFIG] Updated links to python 3.10 site-packages
Signed-off-by: Shyam Jagannathan <shyam.jagannathan@ti.com>
* [CONFIG] Updated more links to python 3.10 version
Signed-off-by: Shyam Jagannathan <shyam.jagannathan@ti.com>
* Add support for node.js based remote streaming
Add support for node.js based remote streaming of
jpegencoded images.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* [gpio libs] Updated the tags to 'release-1.1.0' for ti-gpio-py and ti-gpio-cpp.
* edgeai_perfstats: Remove temperature reading for j721e
Reverting because sysfs entries are not available in
6.1 kernels
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Change the way remote streaming config is written.
Change the way remote output config is written.
Instead of encoder and payloader, mention just
encoding type.
Also add jpegenc to gst_plugins_map to use diff
jpegencoders across SOC.
Also set bitrate and gop-size property for
v4l2h264enc in apps_python and apps_cpp properly.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Use 64 byte aligned default video
Use 64 byte height aligned default video since
imagination ip expects 64 byte aligned videos
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Add support for load balancing MSC
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Add option to define overlay-performance type
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* configs: gst_plugins_map: Enable dmabuf-import in h264enc
Set dmabuf-import for v4l2h264enc as default in AM68,AM69,AM62A.
Also set hardware jpeg encoder for AM62A.
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* docker: Docker changes with respect to 9.0 SDK
Also remove dlpack as it is now present in dlr wheel.
Also remove installing of streamlit
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* config: Align with latest models
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Add force-modesetting as workaruound for AM62A flicker
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Add c7x core id balancing
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* init_script: Increase ulimits for open files
This is required to support multichannle demo
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* Update download models path to pull from internal server
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Remove streamlit based perf stats viewer.
Remote streaming using native node server is implemented.
Remove streamlit based remote streaming
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Setup wallpaper
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Revert "init_script: Set display primary plane zpos to 0"
This reverts commit ebaa20c.
* Revert "edgeai_perfstats: Remove temperature reading for j721e"
This reverts commit 5da05b1.
This got fixed in linux
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* Fix download model script
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* pref_stats: Read temp for j721e only if file exists
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Add forcemodesetting only for am62a
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* docker: Update DOckerfile to pull ubuntu22.04
Also set some environment necessary variables
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Bug fix
Bug fix where two msc is used in case
model dim is < 1/4 of original input size
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps: Update tiovxdlcolorconvert combination map
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* models: Update links for 9.0
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* setup: Update tags for install scripts to 9.0
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* Update dcc files path
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* optiflow: Bug fix related to roi src pad
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Update config file
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps_cpp: Fix static analysis issues
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps_cpp/post_process/objdet: Fix bug if label offset is a scaler
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* apps_python/post_process/object: Add additional check for classname
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* scripts: Add option to specify branch to clone
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* scripts: setup_cameras: Do not use src1 of ticsi2rx
src pad 1 will be used to dump any data not consumed
by downstream
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
* test: Add preserve status
Add preserver status to timeout so that it returns the actual exit
code of command running
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* init_script: Change SDK Version for 9.1
Also update git tag in install scripts
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* init_script: Add primary plane zpos to 0
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Align with change in Dataset Info in edgeai_dl_inferer
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* Add support for keypoint detection
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
* scripts: updated the tags
install_ti_gpio_libs.sh: release-1.1.0
install_robotics_sdk.sh: REL.08.06.01
* Defect detection Is ready to merge. (#1)
* Initial defect detection push
* fix unsaved README
* code cleanup
* Update README and add more figures
* code cleanup
* correct typos on README
* update to mathc 9.0 SDK
* update yaml files
* update setup secript to download model compatable with SDK 9.0
* add manafist data
* update configs .yaml to fit model names on SDK 9.0
---------
Signed-off-by: Rahul T R <r-ravikumar@ti.com>
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
Signed-off-by: Shyam Jagannathan <shyam.jagannathan@ti.com>
Co-authored-by: Rahul T R <r-ravikumar@ti.com>
Co-authored-by: Abhay Chirania <a-chirania@ti.com>
Co-authored-by: JuneChul Roh <jroh@ti.com>
Co-authored-by: Shyam Jagannathan <shyam.jagannathan@ti.com>1 parent c305f67 commit 75995ce
File tree
82 files changed
+2991
-1793
lines changed- apps_cpp
- app_config_checker/src
- app_edgeai/src
- cmake
- common
- include
- src
- utils
- include
- src
- apps_python
- configs
- docker
- optiflow
- scripts
- perf_stats
- remote_streaming
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+2991
-1793
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | | - | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| 134 | + | |
131 | 135 | | |
132 | | - | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
| |||
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
173 | | - | |
| 176 | + | |
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
568 | 585 | | |
569 | 586 | | |
570 | 587 | | |
| |||
636 | 653 | | |
637 | 654 | | |
638 | 655 | | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
639 | 673 | | |
640 | 674 | | |
641 | 675 | | |
| |||
Lines changed: 100 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
| |||
168 | 176 | | |
169 | 177 | | |
170 | 178 | | |
171 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
172 | 183 | | |
173 | 184 | | |
174 | 185 | | |
| |||
0 commit comments