abhijitjadhav1998 / Deepfake_detection_using_deep_learning

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 CNN is used to obtain a feature vector, further the LSTM layer is trained using the features. For more details follow the documentaion.
GNU General Public License v3.0
495 stars 164 forks source link

o #19

Closed yyohyy closed 10 months ago

yyohyy commented 1 year ago

The slider for sequence length selection in the wepage is missing. So, it shows 'the field is required' error everytime. How to solve it?