parent
ea58a25fe2
commit
5507b38c86
|
@ -1,9 +1,10 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.9.4'
|
||||
__version__ = '1.0.0'
|
||||
__author__ = 'Kaiyang Zhou'
|
||||
__description__ = 'Deep learning person re-identification in PyTorch'
|
||||
__url__ = 'https://github.com/KaiyangZhou/deep-person-reid'
|
||||
|
||||
from torchreid import (
|
||||
engine,
|
||||
|
|
Loading…
Reference in New Issue