mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* Remove mmcls/core folder * update dependency version. * Update `apis/inference.py` and demo.
5 lines
144 B
Python
5 lines
144 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .inference import inference_model, init_model
|
|
|
|
__all__ = ['init_model', 'inference_model']
|