feat 新增接口描述 docs页面 ,新增S3 图片get upload 操作,整理代码

fix
This commit is contained in:
zhouchengrong
2024-06-26 11:15:24 +08:00
parent db3d86204f
commit d281d1e5c3
12 changed files with 30 additions and 56 deletions

View File

@@ -1,7 +1,9 @@
from ..builder import PIPELINES
import math
import cv2
from ..builder import PIPELINES
@PIPELINES.register_module()
class Scaling(object):