wenqi.oywq yingda.chen 3 years ago
parent
commit
12ee711f68
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      modelscope/models/cv/image_color_enhance/csrnet.py
  2. +1
    -0
      modelscope/models/cv/image_color_enhance/image_color_enhance.py

+ 3
- 0
modelscope/models/cv/image_color_enhance/csrnet.py View File

@@ -1,3 +1,6 @@
# The implementation is adopted from Jingwen He,
# made publicly available at https://github.com/hejingwenhejingwen/CSRNet

import functools import functools
import math import math




+ 1
- 0
modelscope/models/cv/image_color_enhance/image_color_enhance.py View File

@@ -1,3 +1,4 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os.path as osp import os.path as osp
from copy import deepcopy from copy import deepcopy
from typing import Dict, Union from typing import Dict, Union


Loading…
Cancel
Save