vehicle_detection_tracker
vehicle_detection_tracker copied to clipboard
🚗 VehicleDetectionTracker: Real-time vehicle detection and tracking powered by YOLO. 🚙🚕 Enhance your computer vision projects with speed, precision, and adaptability.
Motorcycles in a video are not picked up by the detection and I don't see an obvious place to specify which types should be. I can upload the 20s video...
/workspace/vehicle_detection_tracker/examples/OpenCvTrackerTest.py", line 19, in vehicle_detection.process_video(video_path, result_callback = result_callback) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/VehicleDetectionTracker/VehicleDetectionTracker.py", line 291, in process_video response = self.process_frame(frame, timestamp) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/VehicleDetectionTracker/VehicleDetectionTracker.py", line 195, in process_frame delta_t = int(t2) - int(t1) TypeError:...
Running into this error: `INFO Importing module main A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.1 as it may crash. To support both 1.x...