AlibabaResearch / efficientteacher

A Supervised and Semi-Supervised Object Detection Library for YOLO Series
GNU General Public License v3.0
820 stars 147 forks source link

Ground truth and pseudo labels are multiplied by 640 #66

Open vijeth-dza opened 1 year ago

vijeth-dza commented 1 year ago

In Line515, gt and pseudo are multiplied by 640.

Why is gt and pseudo multiplied by 640? Does it work if the input image dimension to the model is 1024?