Код: Выделить всё
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoint_iter_370000.pth'
Код: Выделить всё
net = PoseEstimationWithMobileNet()
checkpoint = torch.load('checkpoint_iter_370000.pth', map_location='cpu')
load_state(net, checkpoint)
get_rect(net.cuda(), [image_path], 512)
Что здесь может быть не так?
Подробнее здесь: https://stackoverflow.com/questions/791 ... point-iter