Poornav / Unusual-Human-Activity-Detection

To detect the abnormal/unusual human activities in a video
82 stars 46 forks source link

Error while running the project #9

Open centurion0929 opened 4 years ago

centurion0929 commented 4 years ago

Could you tell me why such errors appear?

Traceback (most recent call last): File "C:/Users/sergi/PycharmProjects/Unusual-Human-Activity-Detection-master/code/training.py", line 32, in train_from_video(video) File "C:/Users/sergi/PycharmProjects/Unusual-Human-Activity-Detection-master/code/training.py", line 13, in train_from_video MotionInfOfFrames, rows, cols = mig.getMotionInfuenceMap(vid) File "C:\Users\sergi\PycharmProjects\Unusual-Human-Activity-Detection-master\code\motionInfuenceGenerator.py", line 64, in getMotionInfuenceMap rows, cols = frame1.shape[0], frame1.shape[1] AttributeError: 'NoneType' object has no attribute 'shape'

meetvalani commented 4 years ago

That is not the issue. It's just because you have not specified absolute path to video file in file training.py line no 29.

centurion0929 commented 4 years ago

Thank you for your reply. I recalled one more question. How many times do I need to train the neural network in order to detect people more accurately?

23 марта 2020, 09:29:57, от "Meet Valani" notifications@github.com:

That is not the issue. It's just because you have not specified absolute path to video file in file training.py line no 29.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.