wlgjs8 / Person-De-Identification

Person De-Identification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Person De-Identification

Prerequisites

Installation

We used following instructions to install Pytorch.

conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch

Testing

To test our Person De-Identification program, test it with following instruction.

python ui.py

Also, if you build program.spec as a pyinstaller, you can run our Person De-Identificaiton with the exe executor.

pyinstaller --onefile program.spec

Result

(일반 노트북) : Intel i5-1135G7

  • 3.5초 (per image)

(연구실 컴퓨터) : Intel i7-10700K

  • 1.15초 (per image)

About

Person De-Identification

License:MIT License


Languages

Language:Python 100.0%