Closed eeric closed 3 years ago
in yolov5-face/models/yolo.py, from the 71th to 75th line, such as y[..., 5:7] = y[..., 5:7] self.anchor_grid[i] + self.grid[i].to(x[i].device) self.stride[i] # landmark x1 y1 How did you get this formula?
Reference bbox calculation
in yolov5-face/models/yolo.py, from the 71th to 75th line, such as y[..., 5:7] = y[..., 5:7] self.anchor_grid[i] + self.grid[i].to(x[i].device) self.stride[i] # landmark x1 y1 How did you get this formula?