Enable Video Analytic Gstreamer Plugins on Xeon and XeonE3#41
Enable Video Analytic Gstreamer Plugins on Xeon and XeonE3#41dpatel257 merged 9 commits intoOpenVisualCloud:masterfrom
Conversation
|
Seen from the code, the pull request are for 2 PRs:
Am I right? |
Yes. It includes the PR for the gstreamer inference engine plugins and the PR for DLDT MO in the dev pkg. I've put the MO code inside the dldt-ie.m4 template (since IE and MO are from the same repo, it makes more sense to me that they share the same template instead of a dldt-ie and dldt-mo template). With that said, the dldt-ie.m4 should maybe be renamed to dldt.m4 |
|
ffmpeg_dldt_gst_dev package for centos75 with following error. related to how dldt is configured: Step 126/126 : RUN cd /home/FFmpeg && ./configure --prefix="/usr" --libdir=/usr/lib64 --extra-libs="-lpthread -lm" --enable-shared --enable-gpl --enable-¦······························· If you think configure made a mistake, make sure you are using the latest The command '/bin/sh -c cd /home/FFmpeg && ./configure --prefix="/usr" --libdir=/usr/lib64 --extra-libs="-lpthread -lm" --enable-shared --enable-gpl --enable-libass --enable-libfreetype --enable-openssl --enable-nonfree --disable-vaapi --disable-hwaccels --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libaom --enable-libsvthevc --enable-libsvtav1 --enable-libinference_engine && make -j8 && make install DESTDIR="/home/build"' returned a non-zero code: 1 Xeon/centos-7.5/ffmpeg+gst+dev/CMakeFiles/build_xeon_ffmpeg_gst_devel_centos75.dir/build.make:57: recipe for target 'Xeon/centos-7.5/ffmpeg+gst+dev/CMakeFiles/build_xeon_ffmpeg_gst_devel_centos75' failed |
xwu2git
left a comment
There was a problem hiding this comment.
Please add:
(1) update test status in readme.md.
(2) add typical use case examples in doc/gst.md
(3) add test cases.
|
All tested passed. Will merge |
Fix hadolint warning SC2164: Use cd ... || exit in case cd fails.
Fix hadolint warning SC2164: Use cd ... || exit in case cd fails.
No description provided.