laoreja / HPLFlowNet

Code for our CVPR 2019 paper, HPLFlowNet: Hierarchical Permutohedral Lattice FlowNet for Scene Flow Estimation on Large-scale Point Clouds.
GNU General Public License v3.0
101 stars 9 forks source link

tar error with the trained_models ours.pth.tar #17

Closed 008yheng closed 4 years ago

008yheng commented 4 years ago

when extract model file from ours.pth.tar ,there is a error tar -xvf ours.pth.tar tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

laoreja commented 4 years ago

I used torch load to directly load this file. Never tried unzipping it.

008yheng commented 4 years ago

thanks

008yheng commented 4 years ago

i'm new to this field,i find the point cloud which as input for the net is generate by stereo matching,can i take piont cloud by lidar as the input ? what need to pay attention?

laoreja commented 4 years ago

Hi, I haven’t tried that because I have no lidar data with ground truth. Basically it should be fine.