jonasricker / diffusion-model-deepfake-detection

[VISAPP2024] Towards the Detection of Diffusion Model Deepfakes

Home Page:https://arxiv.org/abs/2210.14571

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

a1ire3a opened this issue · comments

Hi jonasricker
I want to test your model and get your result but i have a problem with packages that code need.
Can you tell me version of each package you used?
I will be grateful.

Hi, this is the output of pip freeze, although some packages are probably not required:

albumentations==1.3.0
asttokens==2.2.1
attrs==22.2.0
autocvd==0.2.1
backcall==0.2.0
blobfile==2.0.1
boltons==23.0.0
certifi==2022.12.7
cfgv==3.3.1
charset-normalizer==3.0.1
comm==0.1.2
contourpy==1.0.7
cycler==0.11.0
cytoolz==0.12.1
debugpy==1.6.6
decorator==5.1.1
distlib==0.3.6
efficientnet-pytorch==0.7.1
exceptiongroup==1.1.0
executing==1.2.0
filelock==3.9.0
fonttools==4.38.0
-e git+https://github.com/openai/guided-diffusion.git@22e0df8183507e13a7813f8d38d51b072ca1e67c#egg=guided_diffusion
identify==2.5.18
idna==3.4
imageio==2.25.1
importlib-metadata==6.0.0
importlib-resources==5.12.0
iniconfig==2.0.0
ipykernel==6.21.2
ipython==8.10.0
jedi==0.18.2
Jinja2==3.1.2
joblib==1.2.0
jupyter_client==8.0.3
jupyter_core==5.2.0
kiwisolver==1.4.4
lmdb==1.4.0
lxml==4.9.2
MarkupSafe==2.1.2
matplotlib==3.7.0
matplotlib-inline==0.1.6
nest-asyncio==1.5.6
networkx==3.0
nodeenv==1.7.0
numpy==1.24.2
nvidia-cublas-cu11==11.10.3.66
nvidia-cuda-nvrtc-cu11==11.7.99
nvidia-cuda-runtime-cu11==11.7.99
nvidia-cudnn-cu11==8.5.0.96
opencv-python-headless==4.7.0.72
packaging==23.0
pandas==1.5.3
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.4.0
platformdirs==3.0.0
pluggy==1.0.0
pre-commit==3.1.1
prompt-toolkit==3.0.37
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
pycryptodomex==3.17
Pygments==2.14.0
pyparsing==3.0.9
pytest==7.2.1
python-dateutil==2.8.2
pytorchcv==0.0.67
pytz==2022.7.1
PyWavelets==1.4.1
PyYAML==6.0
pyzmq==25.0.0
qudida==0.0.4
requests==2.28.2
scikit-image==0.19.3
scikit-learn==1.2.1
scipy==1.10.1
seaborn==0.12.2
six==1.16.0
sklearn==0.0.post1
stack-data==0.6.2
tabulate==0.9.0
threadpoolctl==3.1.0
tifffile==2023.2.3
tomli==2.0.1
toolz==0.12.0
torch==1.13.1
torchvision==0.14.1
tornado==6.2
tqdm==4.64.1
traitlets==5.9.0
typing_extensions==4.5.0
urllib3==1.26.14
virtualenv==20.19.0
wcwidth==0.2.6
zipp==3.14.0

Could you tell me which package(s) are causing the problem, so I can add a remark to the README?