platform/upstream/nnstreamer.git
2023-11-06 Jaeyun Jung[Python] validate tensors info
2023-11-06 Jaeyun Jung[Python] fix log util
2023-11-03 Yongjoo Ahn[action] Cache gbs once every weekday
2023-11-03 Yongjoo Ahn[action] Do not run workflows on every push
2023-11-03 Jaeyun Jung[Common] unref memory when appending tensor buffer
2023-11-02 Jaeyun Jung[Common] fix mem leak case
2023-11-02 Jaeyun Jung[Converter/Python] function to handle tensor buffer
2023-11-02 Jaeyun Jung[Common] util to get nth info
2023-11-02 Yongjoo Ahn[action] Gbs build with `_skip_debug_rpm` and `--skip...
2023-11-02 Yongjoo Ahn[action] Let gbs action cache 'GBS-ROOT/local/cache'
2023-11-01 MyungJoo Hamdoc: product list updates
2023-11-01 MyungJoo HamREADME: add face landmark example
2023-11-01 Jaeyun Jung[Common] hide old rank limit
2023-10-31 Yongjoo Ahn[action] Fix meson install and usage
2023-10-23 Yongjoo Ahn[doc] Add a gst-launch-script example for audio
2023-10-23 hyunil park[edge] Deprecate port and host property of edgesrc...
2023-10-23 Yongjoo Ahn[util] Fix gst_tensors_info_to_string
2023-10-19 Wook SongDecoder: Add detailed descriptions for the bounding...
2023-10-19 Wook SongDecoder/BoundingBox: Apply gst-indent to the bounding...
2023-10-18 MyungJoo Hamdecoder: add detailed descriptions for a few subplugins.
2023-10-18 MyungJoo Hamdecoder/filter: more info for gst-inspect.
2023-10-17 Yongjoo Ahn[test] Add SSAT testcases for yolo decoders
2023-10-17 Yongjoo Ahn[decoder] Fix track mode bug (wrong struct size)
2023-10-17 Yongjoo Ahn[test] Add simple ssat testcase for pose decoder
2023-10-16 seungha sonDelete unnecessary empty line
2023-10-16 MyungJoo Hamgithub-action: ubuntu-llvm/clang build test
2023-10-16 MyungJoo HamSupport clang/clang++
2023-10-16 Wook SongFilter/MLAgent: Replace MLAgentd with MLAgent
2023-10-16 Wook SongFilter/MLAgent: Apply function name changes in the...
2023-10-16 Yongjoo Ahn[decoder] Let user set yolo decoder parameters
2023-10-13 Jaeyun Jung[Build] allowed element (identity)
2023-10-12 MyungJoo Hammemleak fix: tensor_split forgot to free things.
2023-10-12 MyungJoo Hamfilter: handle error of convert_to_meta
2023-10-12 MyungJoo Hamtest: don't wait for 10000sec. wait 10sec.
2023-10-11 MyungJoo Hamdecoder:tensor_region: fix for future expansion.
2023-10-11 MyungJoo Hamstyle fix: decoder/tensor_region dos2unix & trailing...
2023-10-11 MyungJoo Hambuild: better flatc-flatbuf version mismatch message
2023-10-11 MyungJoo Hamtest/datarepo_src: scope error
2023-10-10 Yongjoo Ahn[decoder] Add log option for bounding_box decoder
2023-10-05 Wook SongFilter/MLAgent: Initial draft for ml-agent support...
2023-10-05 Yelin Jeong[Doc] edit documentation files related with tensor...
2023-10-04 Jaeyun Jung[Filter/Decoder] function to get property
2023-10-03 Wook SongDataRepo/Src: Apply g_autoptr for local variables
2023-09-27 Wook SongDataRepo/Src: Add missing null check to the finalize...
2023-09-27 Wook SongDataRepo/Src: Correct typos
2023-09-27 Wook SongDataRepo/Src: Get the framerate only if the data have it
2023-09-27 linuxias[Edge] Fix memory leak when finalize edge-src/sink
2023-09-26 seungha son[Edge] Change type casting to GST macro
2023-09-23 Yelin Jeong[doc] fix broken link in github.io
2023-09-22 Jaeyun Jung[Release] start impl for next release
2023-09-21 MyungJoo Hamtest: tensor_filter/tflite2 correct postfix
2023-09-21 linuxias[tensor_filter] Add tensor filter config property
2023-09-21 Wook SongMeson: Append force option to 'ln' creating python...
2023-09-21 hyunil park[datarepo] fix a bug that datarepo could not be used...
2023-09-21 linuxias[Edge] Fix memory leak
2023-09-15 Jaeyun Jung[CodeClean] util function to get stream-id accepted/tizen/8.0/unified/20231005.095247 accepted/tizen/unified/20230915.160551 tizen_8.0_m2_release
2023-09-15 MyungJoo Hamtizen: enable/disable nnstreamer-edge explicitly.
2023-09-13 Yongjoo Ahn[build] Let meson test work with python3 support
2023-09-12 Jaeyun Jung[Release] update version accepted/tizen/unified/20230912.171642
2023-09-12 Yongjoo Ahn[build] Fix `find_library` usage finding SNPE dep
2023-09-12 Yongjoo Ahn[build] Fix meson use of `run_command`
2023-09-12 Yongjoo Ahn[test] Fix the rank compare test of SNPE filter
2023-09-12 Yongjoo Ahn[filter] Remove assert and throw exception
2023-09-12 Yongjoo Ahn[test] Let snpe test exit generously
2023-09-12 Yongjoo Ahn[pytorch] Fix load model with use_gpu option
2023-09-12 Yongjoo Ahn[pytorch] Drop pytorch support for version less than...
2023-09-12 Jaeyun Jung[Subplugin/Flatbuf] util to get nth info
2023-09-12 Jaeyun Jung[Common] dimension in tensor-meta
2023-09-12 Yongjoo Ahn[test] Fix pytorch ssat model file
2023-09-11 Yelin Jeong[CodeClean] test and comments
2023-09-07 Jaeyun Jung[Tizen] allow multifilesrc/sink accepted/tizen/unified/20230907.175333
2023-09-07 Jaeyun Jung[Filter/Sub] fill 0 dim at nth info
2023-09-07 Yelin Jeong[python] change dims default value from 1 to 0
2023-09-07 Jaeyun Jung[Converter] incoming data format
2023-09-07 Yelin Jeong[tensor] Increase NNS_TENSOR_RANK_LIMIT to 16
2023-09-07 Jaeyun Jung[CodeClean] indent and code style
2023-09-07 seungha.son[TensorIF] Fix the wrong index in log format
2023-09-06 Yelin Jeong[python] init dimension as 0
2023-09-06 MyungJoo Hammemleak fix: converter test leak fix
2023-09-06 gichan2-jang[Test/decoder] Add test cases for direct video decoer
2023-09-05 Jaeyun Jung[Test] length of dims
2023-09-05 Yongjoo Ahn[ssat] Execute runTest.sh properly
2023-09-05 Yongjoo Ahn[test] Replace tensorflow1-lite with tensorflow2-lite...
2023-09-04 Jaeyun Jung[Src/IIO] dimension in tensorsrc-iio
2023-09-01 Jaeyun Jung[Split] init dim as 0
2023-09-01 Yongjoo Ahn[test] Use EPIPE if ESTRPIPE is not defined like macos
2023-09-01 Yongjoo Ahn[test] Fix filter_reload_test
2023-08-31 gichan2-jang[Ubuntu/1804] Check pytorch version
2023-08-31 MyungJoo Ham[WIP] DataRepo Memory Leak Fix
2023-08-31 gichan2-jang[Debian] Fix deprecated option
2023-08-31 MyungJoo Hammemleak fix: unittest-common forgot to unref
2023-08-31 MyungJoo Hammemleak fix: tensor_demux forgot to free strv
2023-08-31 Jaeyun Jung[TizenSensor] dimension of sensor data
2023-08-29 seungha.son[tensor_filter] Fix wrong spelling in spec string
2023-08-29 MyungJoo Hammemleak fix: tests/trainer gtest accepted/tizen/unified/20230830.170548
2023-08-29 Jaeyun Jung[Common] util to get nth gst-info
2023-08-29 Jaeyun Jung[Decoder/Pose] condition to check tensor dims
2023-08-29 Jaeyun Jung[Src/IIO] init gst-info in list
2023-08-28 MyungJoo Hammemleak fix: datareposrc json parse leaking.
2023-08-28 MyungJoo Hamtest/filter/lua: update null-input/output death test
next