mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
4 lines
119 B
Python
4 lines
119 B
Python
from __future__ import absolute_import
|
|
|
|
from .softmax import VideoSoftmaxEngine
|
|
from .triplet import VideoTripletEngine |