Skip to main content

A small example package of calculator for params/macs

Project description

""" This is a demo for cvisp, 开发板、相机等拍摄设备取到的RAW with metadata,可以直接用该工具包进行demosaic,得到RGB图像,以便于展示。 - pip install cvisp - from cvisp.utils import Demosaic_RAW

"""

""" 三种模式,分别为:预览raw图,推理GDIP,预览demosaic(自用) run_demosaic(): return the demosaiced image, (HWC, u16, bmp) run_isp_with_meta(): return the rgb image , (HWC, u8, bmp) run_model(weight_path = './your.pt', model = GDIP(), device = 'cuda:0'): return the output of your model, (HWC, u8, bmp)

完整传参说明:
- Demosaic_RAW(mode : str = None, input_data_path : str = None, show_meta_data : bool = True, 
show_image : bool = False, save_image : bool = True, result_output_dir : str = None):
    mode: defatult = 'simple_dm', choices = ['simple_dm', 'opencv_dm']
    input_data_path: raw图片路径,支持单张图片,如:'./test.dng'
    show_meta_data: show the meta data of the input data, default = True,你可以选择是否展示meta data
    show_image: show the output image, default = False,你可以选择是否展示输出图像
    save_image: save the output image, default = True,你可以选择是否保存输出图像,保存路径为result_output_dir
    result_output_dir: the output dir of the result image, default = './demosaic/',你可以选择保存路径

"""

if name == 'main': for im in glob.glob(image_path_list + '*.dng'): demosaicd_raw = Demosaic_RAW(input_data_path = im).run_model(weight_path = './your.pt', model = GDIP(), device = 'cuda:0') # rgb = Demosaic_RAW(input_data_path = im).run_isp_with_meta() # gdip_out = Demosaic_RAW(input_data_path = im).run_model(weight_path = './your.pt', model = GDIP(), device = 'cuda:0')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

countool-0.0.4.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

countool-0.0.4-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file countool-0.0.4.tar.gz.

File metadata

  • Download URL: countool-0.0.4.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for countool-0.0.4.tar.gz
Algorithm Hash digest
SHA256 67166fbfb00604a5ef2540b27aec4e52d39bb436b29a1bf5621845174b3c8f4d
MD5 23991522424980a6cb7ed7527b68508a
BLAKE2b-256 218cd3e64149e560edc50371775497cdea7e6c2a1871c58113ee8a21b0a17408

See more details on using hashes here.

File details

Details for the file countool-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: countool-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for countool-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cd014710aa36bbd5fe69af61e6964d30cd282c035b45b150fedc7dd7da26e5ec
MD5 b75037654d9f309f92d900b844c86910
BLAKE2b-256 86390772b63078ad9f3a93a094a59ca931056cbaba1e176926970813a918f621

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page