person_reid icon indicating copy to clipboard operation
person_reid copied to clipboard

trail with different pretrained networks

Open ssbilakeri opened this issue 4 years ago • 1 comments

how to change pretrained network to Resnet etc

ssbilakeri avatar Jul 22 '20 06:07 ssbilakeri

That would require to re-train the network. You can simply replace Xception with Resnet here: https://github.com/jutanke/person_reid/blob/57fd19755a22b45f5e7be0549fe73f6a56e7bc9a/reid/reid.py#L39

jutanke avatar Sep 20 '20 08:09 jutanke