Skip to content
Snippets Groups Projects
Commit 38a149fa authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[extractor] added DeepPixBiSExtractor in __init__.py

parent 9a45a75a
No related branches found
No related tags found
1 merge request!40Deeppixbis extractor
Pipeline #34649 failed
......@@ -5,6 +5,7 @@ from .MCCNN import MCCNNExtractor
from .MCCNNv2 import MCCNNv2Extractor
from .FASNet import FASNetExtractor
from .MCDeepPixBiS import MCDeepPixBiSExtractor
from .DeepPixBiS import DeepPixBiSExtractor
__all__ = [_ for _ in dir() if not _.startswith('_')]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment