davide-coccomini / Combining-EfficientNet-and-Vision-Transformers-for-Video-Deepfake-Detection

Code for Video Deepfake Detection model from "Combining EfficientNet and Vision Transformers for Video Deepfake Detection" presented at ICIAP 2021.
https://dl.acm.org/doi/abs/10.1007/978-3-031-06433-3_19
MIT License
239 stars 60 forks source link

environment #16

Closed yueanga closed 2 years ago

yueanga commented 2 years ago

sorry but I had some problems in creating the environment, can you give me some advice about this issue? I followed your command

conda env create --file environment.yml -n deepfakesreate --file environment.yml -n deepfakes and delete below lines in environment.yml name:deepfakes(first line) prefix:......(last line) thank you so much and looking forward to your reply

yueanga commented 2 years ago

image image

iwsylit commented 2 years ago

Make sure you've installed CMake and it is in your PATH.

czy5638222 commented 2 years ago

export PYTHONPATH=.

What is the purpose of this step please? What should I add in the back?

davide-coccomini commented 2 years ago

Hi @czy5638222, you can read more about it here: https://bic-berkeley.github.io/psych-214-fall-2016/using_pythonpath.html