Deepfake_detection_using_deep_learning icon indicating copy to clipboard operation
Deepfake_detection_using_deep_learning copied to clipboard

This projects aims in detection of video deepfakes using deep learning techniques like RestNext and LSTM. We have achived deepfake detection by using transfer learning where the pretrained RestNext CN...

Results 17 Deepfake_detection_using_deep_learning issues
Sort by recently updated
recently updated
newest added

=> ERROR [stage-1 10/12] RUN python manage.py collectstatic --noinput 1.5s ------ > [stage-1 10/12] RUN python manage.py collectstatic --noinput: 1.353 Traceback (most recent call last): 1.353 File "manage.py", line 21,...

Hey! Are u sure ur code is correct at this part[loading video and labels to the dataloader]...bcz some functions are not defined in the code. Can u please help me...

the code in model and train is for what frames ? 100 or 80 or 10 or what ? and where in code, which cell i can control it

I have downloaded the mircrosoft vs code cmake also it showing the version of cmake but when installing the dlib it is showing error so

The file provided in preprocessing code is missing URL is: https://drive.google.com/file/d/1ubvKLzBDe5i1acxgGUK6ObeNBYCKUS07/view?usp=sharing

[07/Sep/2024 13:43:11] "GET / HTTP/1.1" 200 5233 [07/Sep/2024 13:43:11] "GET /static/bootstrap/bootstrap.min.css HTTP/1.1" 304 0 [07/Sep/2024 13:43:11] "GET /static/css/jquery-ui.css HTTP/1.1" 304 0 [07/Sep/2024 13:43:11] "GET /static/css/styles.css HTTP/1.1" 304 0 [07/Sep/2024 13:43:11]...

The view file has a if condition where if the device is "gpu" use it else use "cpu", it should be "cuda" and not "gpu" `from django.shortcuts import render, redirect...