You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ A tiny, friendly, strong baseline code for Object-reID (based on [pytorch](https
16
16
Besides, if you are new to object re-ID, you may check out our **[Tutorial](https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial)** first (8 min read) :+1: .
*[8 min Tutorial](https://github.com/layumi/Person_reID_baseline_pytorch/blob/master/tutorial/README.md),[8分钟教程](https://zhuanlan.zhihu.com/p/50387521)
- Running the code on Google Colab with Free GPU. Check [Here](https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/colab) (Thanks to @ronghao233)
42
43
-[DG-Market](https://github.com/NVlabs/DG-Net#dg-market) (10x Large Synethic Dataset from Market **CVPR 2019 Oral**)
- Circle Loss (**CVPR 2020 Oral**), Triplet Loss, Contrastive Loss, Sphere Loss, Lifted Loss and Instance Loss
45
46
- Float16 to save GPU memory based on [apex](https://github.com/NVIDIA/apex)
46
47
- Part-based Convolutional Baseline(PCB)
47
48
- Multiple Query Evaluation
@@ -66,6 +67,8 @@ Different framework need to be tuned in a different way.
66
67
<summary><b>
67
68
2021 News
68
69
</b></summary>
70
+
71
+
**30 Dec 2021** We add supports for new losses, including arcface loss, cosface loss and instance loss. The hyper-parameters are still tunning.
69
72
70
73
**3 Dec 2021** We add supports for four losses, including triplet loss, contrastive loss, sphere loss and lifted loss. The hyper-parameters are still tunning.
0 commit comments