-
test_videos : Please contact us via the email in the Q&A.
-
Notion link : https://peppermint-swing-713.notion.site/8ae18027e6be46d88c352567f2a0ae1e?pvs=4
-
dataset : https://public.roboflow.com/object-detection/pklot/1
-
check the main directory to review the web program code
- Make parking lot frame (parkingspacepicker.py)
- YOLOv8 to extract the bounding box and confidence of the car object.
- When, IoU(Intersection of Unit) is over specific threshold, Car is parked.
- We used the Euclidean distance between those two center points.
- Easiest to Park : A parking space with many vacant spaces nearby (NorthSouthWestEast)
- Closest to Entrance : Euclidean distance betweent parking space and building entrance
- The entrance of the building was set arbitrarily
- Import model and jeongseok_parkinglot videos and json of jeongseok_parkinglot.
- YOLOv8 detects car objects in jeongseok_parkinglot videos and update parking status in json
- Import model and num2_parkinglot videos and json of num2_parkinglot.
- YOLOv8 detects car objects in num2_parkinglot videos and update parking status in json
Make the frame of the parking lot and store the coordinates of the frame into json. This frame will be used to detect whether the car is parked .
Align rotated image by using YOLOv8 and SIFT. Masking bounding boxes which are detected by YOLOv8 and then, use SIFT algorithm.
- Harry(KimJaeMin) woals424@naver.com
- Daniel(KimJiHun) jihun1005@gmail.com
- Skye(KimHwaHyeon) ymlee4075@naver.com
- Ian(KimDongHan) iankim010209@gmail.com




