superchenyan
superchenyan
yolov3_layer.cpp,as the comment out lines Dtype x = label_data[b * MAX_GT_NUM * 5 + t * 5 + 1]; Dtype y = label_data[b * MAX_GT_NUM * 5 + t *...
the line 383 if (!x) break; why not is if (!w) such as the line 425
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
为什么不把所有数据用起来,训练成一个模型?
bbox_pred[:, -1] = torch.sin(bbox_pred[:, -1].clone()) * torch.cos(batched_bbox_reg[:, -1].clone()) batched_bbox_reg[:, -1] = torch.cos(bbox_pred[:, -1].clone()) * torch.sin(batched_bbox_reg[:, -1].clone()) bbox_dir_cls_pred = bbox_dir_cls_pred[pos_idx]