File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed
Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,24 @@ You can copy `$TRAIN_ROOT/tasks/task1/` to `$TRAIN_ROOT/tasks/task2/` or other s
105105The 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.
You can’t perform that action at this time.
0 commit comments