Hi I'm trying to test my yolov7 model in pycharm, So when I use the line
model = torch.hub.load("https://github.com/WongKinYiu/yolov7","custom", path = model_name, trust_repo = True)
it gives me an error
can anyone help me ?
Hi I'm trying to test my yolov7 model in pycharm, So when I use the line
model = torch.hub.load("https://github.com/WongKinYiu/yolov7","custom", path = model_name, trust_repo = True)
it gives me an error
can anyone help me ?