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

After video upload '/predict/' gives a Server Error (500). #13

Closed masterfugazi closed 1 year ago

masterfugazi commented 1 year ago

Running on Docker, after uploading a video to be scanned upon loading http://localhost/predict/ it gives a Server Error (500).

Any troubleshooting recommendations would be greatly appreciated!

Thanks, for replying! I greatly appreciated it.

git-maniesh commented 1 year ago

Running on Docker, after uploading a video to be scanned upon loading http://localhost/predict/ it gives a Server Error (500).

Any troubleshooting recommendations would be greatly appreciated!

Thanks, for replying! I greatly appreciated it.

Even I got the same issue but could you please change the internal timeout time in nginx file to 600 or more I gone through many youtube vids and only found this solution

masterfugazi commented 1 year ago

Thanks.

git-maniesh commented 1 year ago

Thanks.

Does it worked ?

git-maniesh commented 1 year ago

Thanks.

Does it worked ?

Could we connect somewhere insta ,LinkedIn or any platform?

masterfugazi commented 1 year ago

I wasn't able to get it to work 100% with Docker, I'm personally not a huge fan of Docker, but do use it here and there so I'm sure it was just my lack of knowledge not being able to get it working with Docker. I ended up getting it to build locally after a few updates locally, thanks for following up!