项目作者: dmitry-vorobiev

项目描述 :
My solution for the Deepfake Detection Challenge
高级语言: Jupyter Notebook
项目地址: git://github.com/dmitry-vorobiev/kaggle-deepfake-detection-challenge.git
创建时间: 2020-02-09T10:00:46Z
项目社区:https://github.com/dmitry-vorobiev/kaggle-deepfake-detection-challenge

开源协议:Apache License 2.0

下载


kaggle-deepfake-detection-challenge

My solution for the Deepfake Detection Challenge

Installation

Assuming the user has a standard Anaconda3 environment

  1. Install NVIDIA DALI. Instructions can be found here.

  2. Create a new folder called vendors or something similar. It will be used for 3rd party code which lacks proper install mechanisms

  3. Install Pytorch_Retinaface:

    1. cd vendors
    2. git clone https://github.com/biubug6/Pytorch_Retinaface.git

    then go to src/prepare_data.py and update this line with path to Pytorch_Retinaface in your system:

    1. sys.path.insert(0, '/home/dmitry/projects/dfdc/vendors/Pytorch_Retinaface')
  4. Download pretrained weights from Google Drive.

  5. Install other non-standart pip packages:

    1. pip install h5py numba pytorch-ignite hydra-core