Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ and execute it from there.
|[stop sign violation detection](https://colab.research.google.com/github/DeGirum/PySDKExamples/blob/main/examples/applications/stop_sign_violation_detection.ipynb)|Stop sign violation detection using object detection, object tracking, zone counting, line cross counting, and event detection.|
|[person age gender detection](https://colab.research.google.com/github/DeGirum/PySDKExamples/blob/main/examples/applications/person_age_gender_detection.ipynb)|Person detection followed by object tracking, zone presence detection, age detection, and gender classification with result averaging among all occurrences of detected person in the zone.|
|[car wrong direction detection](https://colab.research.google.com/github/DeGirum/PySDKExamples/blob/main/examples/applications/car_wrong_direction_detection.ipynb)|Detect a car going in the wrong direction using object detection, object tracking, line cross counting, and event detection. When an event is detected, the notification is sent to the notification service of your choice and a video clip around that event is uploaded to S3-compatible storage of your choice.|
|[parking management](https://colab.research.google.com/github/DeGirum/PySDKExamples/blob/main/examples/applications/parking_management.ipynb)|Monitor a parking lot's occupancy using object detection and zone intrusion detection in a video. Zones defined for parking spaces are checked for occupancy and counted, and the video is annotated with occupancy/vacancy counts.|


## Full List of Variables in `env.ini` Configuration File
Expand Down
Binary file added tests/reference/parking_management_6.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
("applications/stop_sign_violation_detection.ipynb", "Masked.mp4", [3], []),
("applications/person_age_gender_detection.ipynb", "Masked.mp4", {4:2}, []),
("applications/car_wrong_direction_detection.ipynb", "TrafficHD_short.mp4", [3], []),
("applications/parking_management.ipynb", "TrafficHD_short.mp4", [6], []),
]

# _imageless_notebooks is a list of notebooks without an image cell output
Expand Down