Skip to content

Commit 74f3aa7

Browse files
authored
Update README.md
1 parent 4024398 commit 74f3aa7

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,24 @@ You can copy `$TRAIN_ROOT/tasks/task1/` to `$TRAIN_ROOT/tasks/task2/` or other s
105105
The loss used in training is EIoU, a novel extended IoU. More details can be found in:
106106

107107
@article{eiou,
108-
title={A Systematic IoU-Related Method: Beyond Simplified Regression for Better Localization},
109-
author={Hanyang Peng and Shiqi Yu},
110-
journal={IEEE Transactions on Image Processing},
108+
author={Peng, Hanyang and Yu, Shiqi},
109+
journal={IEEE Transactions on Image Processing},
110+
title={A Systematic IoU-Related Method: Beyond Simplified Regression for Better Localization},
111+
year={2021},
112+
volume={30},
113+
pages={5032-5044},
114+
doi={10.1109/TIP.2021.3077144}
115+
}
116+
The paper can be open accessed at https://ieeexplore.ieee.org/document/9429909.
117+
118+
We also published a paper on face detection to evaluate different methods.
119+
120+
@article{facedetect-yu,
121+
author={Yuantao Feng and Shiqi Yu and Hanyang Peng and Yan-ran Li and Jianguo Zhang}
122+
title={Detect Faces Efficiently: A Survey and Evaluations},
123+
journal={IEEE Transactions on Biometrics, Behavior, and Identity Science},
111124
year={2021}
112125
}
126+
127+
The paper can be open accessed at https://ieeexplore.ieee.org/document/9580485
113128

114-
The paper can be downloaded at https://ieeexplore.ieee.org/document/9429909.

0 commit comments

Comments
 (0)