mirror of https://github.com/WongKinYiu/yolov7.git
Fixed import path issue in experimental.py
parent
a207844b1c
commit
f263929660
|
@ -3,6 +3,7 @@ import random
|
|||
import torch
|
||||
import torch.nn as nn
|
||||
|
||||
|
||||
from models.common import Conv, DWConv
|
||||
from utils.google_utils import attempt_download
|
||||
|
||||
|
|
Loading…
Reference in New Issue