You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pretrained_dict = torch.load(model_path, map_location = device)
pretrained_dict = {k: v for k, v in pretrained_dict.items() if np.shape(model_dict[k]) == np.shape(v)}
请问这个您的yolo.py和predict.py可以用旷视训练好的yolox_s的直接做预测推理吗?
我看您的predict.py有可视化heatmap,就想用我在旷视训练好的yolox_s(自己标注的训练集)在您的代码上直接做heatmap可视化。
但是报一大堆backbone的错误,主要是这些:
The text was updated successfully, but these errors were encountered: