Skip to content

Releases: dan64/vs-cmnet2

Release v1.0.5

20 Jun 21:12

Choose a tag to compare

Maintenance Release

  • Added function pil_cmnet2_colorize() to support single image color propagation

Release v1.0.4

19 Jun 11:00

Choose a tag to compare

Maintenance Release

  • Added lock in ColorMNetClient2() to serialise calls

Release v1.0.3

17 Jun 15:09

Choose a tag to compare

Maintenance Release

  • Fixed bug in vs_cmnet2_recolor()

Release v1.0.2

17 Jun 14:37

Choose a tag to compare

Maintenance Release

  • Improved performance of vs_cmnet2_recolor()

Release v1.0.1

17 Jun 12:46

Choose a tag to compare

Added a function to re-color a range of frames: vs_cmnet2_recolor()

Re-colorizes only the frames between two reference frames, leaving the rest unchanged. Useful for fixing specific sections of an already colored clip.

from vscmnet2 import vs_cmnet2_recolor

clip = vs_cmnet2_recolor(
    clip,
    ref_framedir="/path/to/refs",
    ref_start_path="/path/to/refs/ref_000100.png",
    ref_end_path="/path/to/refs/ref_000200.png",
    method=4,
    max_memory_frames=20,
)

Release v1.0.0

07 Jun 12:02

Choose a tag to compare

Initial Release