├── LICENSE ├── README.md ├── crash_feature.md ├── crash_feature_images ├── crash_place.png ├── crash_speed.png ├── crash_time_week1.png ├── crash_time_week2.png ├── crash_weather_condition.png ├── crash_weather_temperature.png └── image.md ├── introduction.md ├── overview.png ├── spatial_feature.py ├── temporal_feature.py ├── trajectory_feature.md └── trajectory_feature ├── 12.jpg ├── 13.jpg ├── 14.jpg ├── 15.jpg ├── 16.jpg └── 17.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/README.md -------------------------------------------------------------------------------- /crash_feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature.md -------------------------------------------------------------------------------- /crash_feature_images/crash_place.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature_images/crash_place.png -------------------------------------------------------------------------------- /crash_feature_images/crash_speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature_images/crash_speed.png -------------------------------------------------------------------------------- /crash_feature_images/crash_time_week1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature_images/crash_time_week1.png -------------------------------------------------------------------------------- /crash_feature_images/crash_time_week2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature_images/crash_time_week2.png -------------------------------------------------------------------------------- /crash_feature_images/crash_weather_condition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature_images/crash_weather_condition.png -------------------------------------------------------------------------------- /crash_feature_images/crash_weather_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/crash_feature_images/crash_weather_temperature.png -------------------------------------------------------------------------------- /crash_feature_images/image.md: -------------------------------------------------------------------------------- 1 | 存在着各种发生碰撞时的特征 2 | -------------------------------------------------------------------------------- /introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/introduction.md -------------------------------------------------------------------------------- /overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/overview.png -------------------------------------------------------------------------------- /spatial_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/spatial_feature.py -------------------------------------------------------------------------------- /temporal_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/temporal_feature.py -------------------------------------------------------------------------------- /trajectory_feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature.md -------------------------------------------------------------------------------- /trajectory_feature/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature/12.jpg -------------------------------------------------------------------------------- /trajectory_feature/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature/13.jpg -------------------------------------------------------------------------------- /trajectory_feature/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature/14.jpg -------------------------------------------------------------------------------- /trajectory_feature/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature/15.jpg -------------------------------------------------------------------------------- /trajectory_feature/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature/16.jpg -------------------------------------------------------------------------------- /trajectory_feature/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yang9599/car-accident-prediction/HEAD/trajectory_feature/17.jpg --------------------------------------------------------------------------------