Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History

boken

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Team: BokingChen

This folder contains the neceseray code to run inference using the DeeperForensics Challenge solution by team BokingChen. For more details on the project please visit the GitHub repository.

Requirements

  • numpy==1.18.1
  • opencv_python==4.2.0.34
  • torch==1.4.0
  • torchvision==0.5.0
  • boto3==1.17.5
  • albumentations==0.5.2
  • efficientnet_pytorch==0.7.0
  • facenet_pytorch==2.5.1
  • Pillow==8.1.1
  • pretrainedmodels==0.7.4
  • Flask==1.1.2
  • pandas==1.0.3

Usage instructions

from ensemble import Ensemble
submit = Ensemble()
prediction = submit.inference(video_path)