Browse Source

train YOLOv1-R18

yjh0410 1 năm trước cách đây
mục cha
commit
c8eb49b11a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      models/yolov1/yolov1_pred.py

+ 0 - 2
models/yolov1/yolov1_pred.py

@@ -1,7 +1,5 @@
-import math
 import torch
 import torch.nn as nn
-import torch.nn.functional as F
 
 
 # -------------------- Detection Pred Layer --------------------