how to open result.pkl generated by train.py
Hi there, I trained a model and wanted to open the result.pkl file generated by train.py.
import torch
res = torch.load("/path.../result.pkl")
print(res)
but i get the error:
RuntimeError: Invalid magic number; corrupt file?
Now I am not sure if something went wrong with the generation of the file or if I open it wrong. My question is: how do you look in the results in the result.pkl file ?
thanks in advance Lukas
Hello, I found this repo that allows to visualize the test result : https://github.com/DeclK/3d-object-vis
thanks that helps!
You can have a look on how the evaluation script opens the .pkl files.
Here is how to load it for the waymo_eval.py script.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.