Examples provided to test the new features added (pathd to be adjusted)


----------------------------------------------------------------------
1) NEW EXEMPLAR-BASED MODEL : DeepRemaster
----------------------------------------------------------------------

Impact on HAVC_deepex "ex_model":
  0 : ColorMNet (default)
  1 : Deep-Exemplar
  2 : Deep-Remaster

see examples:

HAVC_main_deepremaster_extRF.vpy : example of using DeepRemaster with only external reference
frames

HAVC_main_deepremaster_HAVC.vpy : example of using DeepRemaster with HAVC

HAVC_main_deepremaster_HAVC+extRF.vpy : example of using DeepRemaster with HAVC
and external reference frames

Impact on HAVC_main "DeepExModel": 
   0 : ColorMNet (default)
   1 : Deep-Exemplar
   2 : Deep-Remaster

see example

HAVC_main_deepremaster_HAVC_merge.vpy : example of using DeepRemaster with HAVC 
and ref_merge > 0 

----------------------------------------------------------------------
2) COLORING MODEL: HAVC and DeOldify (Only)    
----------------------------------------------------------------------

HAVC_deoldify_only.vpy : example to call DeOldify (original version)
since the previous DeOldify will be called HAVC it is right to provide
also the color model DeOldify (only) as DDcolor.

----------------------------------------------------------------------
3) NEW USE of Method=5 "HAVC different_from_video" 
----------------------------------------------------------------------

When is select the methd "HAVC different_from_video" is necessary to
enable "Ref FrameDir" to select a video clip like in vs-propainter.

In this case the clipRef must use the external video selected using
"Ref FrameDir", and Hybrid need to provide the necessary conversion code to 
render clipRef compatible with HAVC.

HAVC_deepremaster_method=5.vpy : example of using DeepRemaster with method 5 


----------------------------------------------------------------------
4) NEW ColorMNet encode_mode=2 -> "remote all-ref" 
----------------------------------------------------------------------

In HAVC 5.0 has been introduced the possibility to provide to ColorMNet all
the reference frames at the beginning of coloring process. Its use is quite
transparent for Hybrid. The main usage is with the method=5.

HAVC_colormnet_method=5.vpy : example of using method=5 with ColorMNet 
 

----------------------------------------------------------------------
5) NEW PRESET: BlackWhiteTune
----------------------------------------------------------------------

Impact on HAVC_main "BlackWhiteTune": 
   'None' (default)
   'Light',
   'Medium',
   'Strong'

HAVC_deoldify_bw_tune_preset.vpy : example of using the new preset BlackWhiteTune

In the custom section is Hybrid that must generate the coide for usuing it.

HAVC_deoldify_bw_tune.vpy : example to apply the preset BlackWhiteTune in the custom section
in this case is necessary to cal the function 

HAVC_bw_tune(clip, "strong", "on")  -> at the start of coloring process

and

clip = HAVC_bw_tune(clip, "strong", "off") -> at the end of coloring process






