vs-NNVISR

Neural Network Video Interpolation / Super Resolution Filter for VapourSynth

BSD-3-CLAUSE License

Stars
39
vs-NNVISR - v1.0.0a6 Latest Release

Published by tongyuantongyu 4 months ago

  • TensorRT objects are correctly released.
  • Support for TensorRT 10.
  • conda package now follows VapourSynth67+ new plugin path.
  • And many small fixes.

Read the manual install section of installation document to learn how to manually install NNVISR.

vs-NNVISR - Assets

Published by tongyuantongyu 4 months ago

Related assets can be found below.

vs-NNVISR - Fix manual installation dependency loading

Published by tongyuantongyu over 1 year ago

This is a manual installation only version.

Also check the release note from last verion.

Read the manual install section of installation document to learn how to mnually install NNVISR.

Dependency binaries with public link available are not uploaded below. Refer to the documentation above for download links.

For TensorRT binaries please see the files in previous release

vs-NNVISR - TRT version+GPU model specific engine cache path

Published by tongyuantongyu over 1 year ago

Default path to store engine and timing cache changed from {model_path}/engines to {model_path}/engines/{tensorrt_version}/{gpu_name} (where tensorrt_version is 8601 currently, and gpu_name can be queried from nvidia-smi). You can migrated your current cache to new path, or let NNVISR to rebuild them at new location. Use engine_path argument to set custom path for engine and timing cache.

Read the manual install section of installation document to learn how to mnually install NNVISR.

Dependency binaries with public link available are not uploaded below. Refer to the documentation above for download links.

For TensorRT binaries please see the files in previous release

vs-NNVISR - Fix manual installation

Published by tongyuantongyu over 1 year ago

Now the manual installation requires dependency libraries placed alongside vs-nnvisr.dll itself to autoload, as is the case of any ordinary VapourSynth plugin. Manually call core.std.LoadPlugin with altsearchpath=True to load dependencies from PATH.

Read the manual install section of installation document to learn how to mnually install NNVISR.

Dependency binaries with public link available are not uploaded below. Refer to the documentation above for download links.

For TensorRT binaries please see the files in previous release

vs-NNVISR - Fix failure on scene change

Published by tongyuantongyu over 1 year ago

Read the manual install section of installation document to learn how to install.

Dependency binaries with public link available are not uploaded below. Refer to the documentation above for download links.

For TensorRT binaries please see the files in previous release

vs-NNVISR - First release

Published by tongyuantongyu over 1 year ago

Read the manual install section of installation document to learn how to install.

Dependency binaries with public link available are not uploaded below. Refer to the documentation above for download links.