Closed PrincyX closed 5 years ago
Hi,
This error occurs due to the lack of (mp4) videos. To visualize the score, it requires corresponding raw video. I have updated sample videos under /media/videos
directory in the latest commit. You can check it out.
Best,
it works! Thanks. But I still don't understand how the web app works. It looks like all it does is graph the loss of each frame of the video in conjunction with the video player to the left. The video, itself, is not being tested with the machine learning model. Am I missing out on something here?
The feature extraction process had done for all the videos in test set before it was there. The web app does nothing but grabs that feature, feeds it into the model to get the abnormal score for each video segment and then distributes that score to each of the video frames. The video, itself, is just there for the system to be able to retrieve video information such as total of frames, the length, etc.
Apart from test video, you can upload a new video to the system, it will do all the things for you (feature extraction, inference and finally graph out the result).
Please let me know if you have any further questions.
still getting same error, any suggestions?
The integration went mostly successful and after a few hours of debugging, I was successfully deployed the web app at localhost http://127.0.0.1:8000.
But when I click the "video demo" tab and click one of the videos, I get the following error
any ideas on how to fix this?
thanks
edit: here's the server-side error