feat(新功能):design 新增两个中间结果(未分割图层) 1.color + overall_print 2.color + overall_print + print fix(修复bug): refactor(重构): test(增加测试):
This commit is contained in:
@@ -5,6 +5,7 @@ from .keypoint import KeyPoint
|
||||
from .keypoint import KeyPoint
|
||||
from .loading import LoadImage, LoadBodyImage
|
||||
from .print_painting import PrintPainting
|
||||
from .no_seg_print_painting import NoSegPrintPainting
|
||||
from .scale import Scaling
|
||||
from .segmentation import Segmentation
|
||||
from .split import Split
|
||||
@@ -16,6 +17,7 @@ __all__ = [
|
||||
'Segmentation',
|
||||
'BackPerspective',
|
||||
'Color',
|
||||
'NoSegPrintPainting',
|
||||
'PrintPainting',
|
||||
'Scaling',
|
||||
'Split'
|
||||
|
||||
Reference in New Issue
Block a user