action-classification
copied
add tsm.py
Signed-off-by: gexy5 <xinyu.ge@zilliz.com>
@ -15,7 +15,6 @@ from towhee.models.tsm.tsm import create_model
log = logging.getLogger()
@register(output_schema=['labels', 'scores', 'features'])
class Tsm(NNOperator):
"""