Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liu-xb/GGL
Group-Group Loss Based Global-Regional Feature Learning for Vehicle Re-Identification
https://github.com/liu-xb/GGL
Last synced: 2 months ago
JSON representation
Group-Group Loss Based Global-Regional Feature Learning for Vehicle Re-Identification
- Host: GitHub
- URL: https://github.com/liu-xb/GGL
- Owner: liu-xb
- Created: 2019-10-18T06:14:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T02:33:19.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:37:49.281Z (5 months ago)
- Language: C++
- Size: 2.58 MB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Vehicle_reID-Collection - code
README
# GGL
![](tip.jpg)
There are codes of our TIP paper "Group-Group Loss Based Global-Regional Feature Learning for Vehicle Re-Identification". A pytorch implementation of proposed GGL is provided in MyLoss.py.
Caffe models can be downloaded at: https://pan.baidu.com/s/1OtqJLRM9GuE7QR2yNou0dQ&shfl=sharepset
If you find this help, please kindly cite our paper:
```
@artical{tip-ggl-liu,
Author = {Liu, Xiaobin and Zhang, Shiliang and Wang, Xiaoyu and Tian, Qi},
Booktitle = {IEEE Transactions on Image Processing},
Title = {Group-Group Loss Based Global-Regional Feature Learning for Vehicle Re-Identification},
Year = {2019}
}
```