JJBOY/BMN-Boundary-Matching-Network

the pth file cannot be decompressed

Light-- opened this issue · 5 comments

i download the BMN_best.pth.tar from the BaiduYun(pan.baidu.com) link u provided, for 2 times, both cannot be decompressed.

>tar -xvf BMN_best.pth.tar
tar: Error opening archive: Unrecognized archive format

Could u pls. help to check if the compressed file corrupted?

JJBOY commented

The files don't need to be decompressed.

The files don't need to be decompressed.

only rename it to BMN_best.pth ?

JJBOY commented

You need't to do any thing. You can find the answer by yourself if you look at the code.

checkpoint = torch.load(opt["checkpoint_path"] + "/BMN_best.pth.tar")

You need't to do any thing. You can find the answer by yourself if you look at the code.

checkpoint = torch.load(opt["checkpoint_path"] + "/BMN_best.pth.tar")

Okay, then i need to create a folder named "checkpoint" and put the file in it, right?

how can we get the file BMN_best.pth.tar?