JJBOY / BMN-Boundary-Matching-Network

A pytorch-version implementation codes of paper: "BMN: Boundary-Matching Network for Temporal Action Proposal Generation", which is accepted in ICCV 2019.
MIT License
291 stars 64 forks source link

the pth file cannot be decompressed #14

Closed Light-- closed 4 years ago

Light-- commented 5 years ago

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 5 years ago

The files don't need to be decompressed.

Light-- commented 5 years ago

The files don't need to be decompressed.

only rename it to BMN_best.pth ?

JJBOY commented 5 years ago

You need't to do any thing. You can find the answer by yourself if you look at the code. https://github.com/JJBOY/BMN-Boundary-Matching-Network/blob/45d05146822b85ca672b65f3d030509583d0135a/main.py#L110

Light-- commented 5 years ago

You need't to do any thing. You can find the answer by yourself if you look at the code. https://github.com/JJBOY/BMN-Boundary-Matching-Network/blob/45d05146822b85ca672b65f3d030509583d0135a/main.py#L110

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

dpj-dpj commented 2 years ago

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