yinanhe / ForgeryNet

[CVPR 2021 Oral] ForgeryNet: A Versatile Benchmark for Comprehensive Forgery Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baseline model of Xception download

yunzaitianshang opened this issue · comments

I download the model from google drive.When unzipping, a message is displayed indicating that the file is corrupted. Can you give me a new download link? For example, Baidu network disk.

Baseline model is not compressed by zip. Use torch to load it.

import torch
model = torch.load('ckpt_iter.pth.tar')

thank you.