__init__.py 215 Bytes
Newer Older
wuyuefeng's avatar
Demo  
wuyuefeng committed
1
from .inference import inference_detector, init_detector, show_result_meshlab
liyinhao's avatar
liyinhao committed
2
3
from .test import single_gpu_test

wuyuefeng's avatar
Demo  
wuyuefeng committed
4
5
6
7
__all__ = [
    'inference_detector', 'init_detector', 'single_gpu_test',
    'show_result_meshlab'
]