Skip to content

Commit

Permalink
Append changes to address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
linxie47 committed Dec 17, 2024
1 parent fb777be commit e326d65
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The `vsr_sample` is developed using the iVSR SDK and OpenCV. For detailed instru
After applying the FFmpeg plugin patches and building FFmpeg, refer to [the FFmpeg command line samples](ivsr_ffmpeg_plugin/README.md#how-to-run-inference-with-ffmpeg-plugin) for instructions on running inference with FFmpeg.

# 4. Model files
iVSR supports only models in OpenVINO IR format. Contact your Intel representative to obtain the model files, as they are not included in the package.
iVSR supports only models in OpenVINO IR format. Contact your Intel representative to obtain the model files, as they are not included in the repo.

# 5. License
iVSR is licensed under the BSD 3-clause license. See [LICENSE](LICENSE.md) for details.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ install_openvino_from_source() {
git config --global --add safe.directory ${ivsr_ov_dir}
fi
cd ${ivsr_ov_dir}
#git checkout ${OV_BRANCH}
git submodule update --init --recursive

## applying ov22.3 patches to enable Enhanced BasicVSR model
Expand Down
1 change: 1 addition & 0 deletions docs/docker_image_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sudo docker run -itd --name ffmpeg_ivsr_sdk_container --privileged \
-e https_proxy=$https_proxy \
-e no_proxy=$no_proxy \
--shm-size=128g \
--device=/dev/dri:/dev/dri \
ffmpeg_ivsr_sdk_<os_version>_<ov_version>:latest bash

# Open another shell terminal to interact with the running container
Expand Down
31 changes: 0 additions & 31 deletions ivsr_setupvar.sh

This file was deleted.

0 comments on commit e326d65

Please sign in to comment.