add citation comment
parent
7fa704fda0
commit
9f189cf9a6
|
@ -9,6 +9,10 @@ import sys
|
|||
|
||||
__all__ = ['InceptionV4ReID']
|
||||
|
||||
"""
|
||||
Code imported from https://github.com/Cadene/pretrained-models.pytorch
|
||||
"""
|
||||
|
||||
pretrained_settings = {
|
||||
'inceptionv4': {
|
||||
'imagenet': {
|
||||
|
|
Loading…
Reference in New Issue