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