An Pedestrian Trajectory Anomaly Detection for Python.
Project description
ewha_anomaly_detection
A Python package for detecting abnormal pedestrian trajectory with LSTM-VAE model.
How to use
'''python from ewha_anomaly_detection.anomaly_detection import Anomaly_Detection as ad
weights_path = "/your_directory/vae_lstm_weights.weights.h5"
anmly = ad(df=df, weights_path=weights_path) anomaly_1, anomaly_2 = anmly.call() '''
ad.call() automatically predicts (1) the abnormal trajectory IDs from your pedestrian trajectory dataset and (2) the abnormal trajectory ratio for each CCTV road segment from which the trajectories were extracted.
Requirements
numpy == 1.24.3 pandas geopandas shapely tensorflow
License
This project is licensed under the JuyeonCho License.
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ewha_anomaly_detection-0.1.9.tar.gz.
File metadata
- Download URL: ewha_anomaly_detection-0.1.9.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
901a82ac6588101c88d8ac348477df5a3777e5d7035e2d5e01bd91609c58b8a2
|
|
| MD5 |
e9da996be8eb2e5bd3cfa5d4dc1f98ef
|
|
| BLAKE2b-256 |
1421b532d3dc16fae63e4d670ff9af190cdce4b2daf2d39ba05bbec21f3ff5a6
|
File details
Details for the file ewha_anomaly_detection-0.1.9-py3-none-any.whl.
File metadata
- Download URL: ewha_anomaly_detection-0.1.9-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2497cc65af7772a98122f7737187edc00788c8e04008360f870bff11e1c79f89
|
|
| MD5 |
d006159515ab674b81b922686eecb943
|
|
| BLAKE2b-256 |
522f044faad3581bdb079399faa552de5d68f4123993cb5c7a322f16a0999d41
|