Skip to content

[IMG201] Enable shared memory and progress bar for denoise filter

Zhang, Chen requested to merge IMG201_demo_sharedmem_progressbar into next
  • Original Gitlab enabler: IMG201

This tiny PR introduces the following changes:

  • the function denoise_by_bilateral now utilized a shared memory model therefore no longer needing to pass data via messages
  • the function denoise_by_bilateral now uses process_map from tqdm to
    • provide progress bar for multiprocessing
    • handle the job distribution

Merge request reports