mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
6 lines
199 B
Python
6 lines
199 B
Python
from __future__ import print_function, absolute_import
|
|
|
|
from .image import ImageSoftmaxEngine, ImageTripletEngine
|
|
from .video import VideoSoftmaxEngine, VideoTripletEngine
|
|
from .engine import Engine
|