You've already forked DataMate
7 lines
197 B
Python
7 lines
197 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from datamate.core.base_op import OPERATORS
|
|
|
|
OPERATORS.register_module(module_name='Segmentation',
|
|
module_path="ops.slicer.segmentation.process")
|