ClementPinard / FlowNetPytorch

Pytorch implementation of FlowNet by Dosovitskiy et al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to extract pre-trained model

that-that-guy opened this issue · comments

When I try to extract flownetc_EPE1.766.tar, I get the following error:

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

I got the file from this linked google drive. Can you confirm if the file is working or not?

the file is directly the weights, you don't have to extract. I followed the 2017 convention, nowadayw it would be called "flownetc_EPE1.766.pth" to avoid confusion like this one. The rationale behind the "tar" naming is that the same way the goal of tar is to concatenate files (the gz part is to compress the tar file), the wieghts file is the different weights simply concatenated with each other.