lingskr / YOLOV8-PaddleOCR-Vehicle-Management

This project aims to develop a vehicle management system using the YOLOV8 model and PaddleOCR. By combining object detection and optical character recognition (OCR) technology, the system can efficiently identify and record vehicle information such as license plate number, vehicle type, color, etc.
2 stars 0 forks source link

can't find data/videos/vehicle-counting.mp4 #1

Open kelvinji2009 opened 4 days ago

kelvinji2009 commented 4 days ago

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1pz68D1Gsx80MoPg-_q-IbEdESEmyVLm-' -O- | sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=1pz68D1Gsx80MoPg-_q-IbEdESEmyVLm-" -O vehicle-counting.mp4 && rm -rf /tmp/cookies.txt

get it via the command above

lingskr commented 3 days ago

Try this link:https://drive.google.com/file/d/1UxR-qLZMznN4ZZyTbHOgyTB5x6wUBeCk/view?usp=drive_link

kelvinji2009 commented 3 days ago

Try this link:https://drive.google.com/file/d/1UxR-qLZMznN4ZZyTbHOgyTB5x6wUBeCk/view?usp=drive_link

Thanks a lot.