Skip to content

Releases: layumi/Person_reID_baseline_pytorch

Tensor RT & Adversarial training

25 Jul 08:25
f60f083
Compare
Choose a tag to compare

24 Jul 2022 Market-HQ is released with super-resolution quality from 12864 to 512256. Please check at https://github.com/layumi/HQ-Market

14 Jul 2022 Add adversarial training by python train.py --name ftnet_adv --adv 0.1 --aiter 40.

1 Feb 2022 Speed up the inference process about 10 seconds by removing the cat function in test.py.

1 Feb 2022 Add the demo with TensorRT (The fast inference speed may depend on the GPU with the latest RT Core).

Add supports for instance loss and change the feature dimension

31 Dec 16:11
Compare
Choose a tag to compare

Add supports for instance loss and change the feature dimension

We add supports for four losses

03 Dec 15:49
Compare
Choose a tag to compare

We add supports for four losses, including triplet loss, contrastive loss, sphere loss and lifted loss. The hyper-parameters are still tunning.

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

V1.0.1 Add supports for Swin Transformer / EfficientNet / HRNet

01 Dec 11:06
Compare
Choose a tag to compare

Add supports for Swin Transformer / EfficientNet / HRNet

What's Changed

New Contributors

Full Changelog: https://github.com/layumi/Person_reID_baseline_pytorch/commits/v1.0.1