Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #13

Open
Akash671 opened this issue Sep 2, 2021 · 2 comments
Open

error #13

Akash671 opened this issue Sep 2, 2021 · 2 comments

Comments

@Akash671
Copy link

Akash671 commented Sep 2, 2021

in my case it is giving this error ...

(base) C:\Users\Akash Kumar\Downloads\project_ML>D:/anaconda/python.exe "c:/Users/Akash Kumar/Downloads/project_ML/Social-Distancing-Analyser-COVID-19-master/Social-Distancing-Analyser-COVID-19-master/social distancing analyser 2.0.py"
Video name in videos folder: video.mp4
Processing finished: openop_video.mp4
Traceback (most recent call last):
File "c:/Users/Akash Kumar/Downloads/project_ML/Social-Distancing-Analyser-COVID-19-master/Social-Distancing-Analyser-COVID-19-master/social distancing analyser 2.0.py", line 252, in
writer.release()
AttributeError: 'NoneType' object has no attribute 'release'

@Akash671
Copy link
Author

Akash671 commented Sep 2, 2021

anyone please help me to resolved this error..

@sakshipardeshi
Copy link

got same error, i uploaded the "video.mp4" file in colab and edited the path in the code to
vid_path = "./video.mp4"
got error: KeyboardInterrupt Traceback (most recent call last)
in ()
69 net.setInput(blob)
70 start = time.time()
---> 71 layerOutputs = net.forward(ln)
72 end = time.time()
73

KeyboardInterrupt:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants