-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to make this setup and running at Google Colab? #25
Comments
It is very easy to install and use on colab. |
Hi,when I trying to use on colab in step5: |
Type that code: in step 3: use %cd /content/drive/MyDrive/ and start to clone github |
thx for helping. I have run the model successfully: |
I dont know how to save result too. I think we can change the code, but i dont know. |
Hi, can you share the link to your colab model? |
What wrong with you guys? |
|
Ohhh I see |
you don't need to download valset, it is only used to validate the model's accuracy |
Download the datasetcd data Run evaluation script. Model weights need to be downloaded.!python eval.py --dataroot data --global_pth weights/global.pth --local_pth weights/local.pth --gpu_id 0 |
I made one you can fork, see #31 In the issue I have some notes on more efficient file stuff (via Drive) including saving the files in a Drive dir, and several ways to collect input images. |
Hi, thanks for making this great model!
With the recent meme "dame da ne" using deep fake to create face swap video, and someone set it up on Google Colab to make it easy to use for people like who have little to no coding experience. I wonder is possible for FALdetector to achieve the same thing?
The text was updated successfully, but these errors were encountered: