xingyul / flownet3d

FlowNet3D: Learning Scene Flow in 3D Point Clouds (CVPR 2019)
MIT License
359 stars 83 forks source link

Scene Flow Output #45

Closed munib94 closed 4 years ago

munib94 commented 4 years ago

Is the scene flow output saved as "test_results.pkl"? If so, how do I convert it from a binary format, to a readable format for visualization?

xingyul commented 4 years ago

batch_data, batch_label, pred_val are stored in the .pkl file. You can use pickle to load it and visualize it.