yuliangguo / Pytorch_Generalized_3D_Lane_Detection

[ECCV 2020] Official PyTorch implementation of 'Gen-LaneNet: a generalized and scalable approach for 3D lane detection'
307 stars 78 forks source link

can't extract model from data_splits//illus_chg/Gen_LaneNet_ext #23

Open songxujay opened 2 years ago

songxujay commented 2 years ago

Hello, author: when I extract model from below file, I got the errors like these:

$ tar -xvf model_best_epoch_29.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

How can I solve it? Thank you!