Fight_Detection_From_Surveillance_Cameras-PyTorch_Project icon indicating copy to clipboard operation
Fight_Detection_From_Surveillance_Cameras-PyTorch_Project copied to clipboard

Fight Detection From Surveillance Cameras by fine-tuning a PyTorch Pretrained Model

Results 3 Fight_Detection_From_Surveillance_Cameras-PyTorch_Project issues
Sort by recently updated
recently updated
newest added

Access denied with the following error: Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or have had many...

I run python -m infer \ --modelPath="./Models/model_16_m3_0.8888.pth" \ --streaming=False \ --inputPath="./dataset/fight/fi148.mp4" \ --outputPath="./outputVideo.mp4" \ --sequenceLength=16 \ --skip=2 \ --showInfo=True get this error!

when I run the code `python -m infer --modelPath="./Models/model_16_m3_0.8888.pth" --streaming=False --inputPath='/mnt/Data/ProjectCode/fightDetection/Fight_Detection_From_Surveillance_Cameras-PyTorch_Project/dataset/fight/fi001.mp4' --outputPath="./outputVideo.mp4" --sequenceLength=16 --skip=2 ` I get that error: ` Traceback (most recent call last): File "/home/dong/.conda/envs/fightDetection/lib/python3.8/runpy.py", line 194, in...