HumanBehaviorBKU icon indicating copy to clipboard operation
HumanBehaviorBKU copied to clipboard

Abnormal Human Behaviors Detection/ Road Accident Detection From Surveillance Videos/ Real-World Anomaly Detection in Surveillance Videos/ C3D Feature Extraction

Results 27 HumanBehaviorBKU issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 2.1.10 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies
python

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies
python

Hello, when I upload a video into the project through GUI... celery is running and producing **.npy** files in **media/features/** folder. But I need **.TXT** file for an uploaded video...

Function - def extract_feature_video(video_path, progress_recorder, features_per_bag = params.features_per_bag): ........ ........ ........ running this gives error:- Models initialized Traceback (most recent call last): File "extract_feature.py", line 67, in extract_feature_video('media/videos/anormaly/Shoplifting028_x264.mp4', 32) File...

Thank you for your amazing work. I wonder that which dataset you are using. Did you extract from UCF crime dataset?

Hello, I am running your HumanBehaviorBKU on GitHub. I converted fc-6 into TXT form and put it into the program. The output score is all 0.The OneDrive link you put...

i was trying to run your Evaluate_anomaly_detector.m file but you mentioned there that for C3D_CNN_Path case needed to put .fc files there but how to get that .fc files and...

Hi @dolongbien, I have ran your project and it worked great. But when I add a new video, the webpage of that task is cracked while the other task still...