Traffic-Rules-Violation-Detection
Traffic-Rules-Violation-Detection copied to clipboard
The System consists of two main components. Vehicle detection model and A graphical user interface (GUI)
Traceback (most recent call last): File "main.py", line 16, in main() File "main.py", line 9, in main main_window = MainWindow() File "/home/aub/backup/Traffic-Rules-Violation-Detection/MainWindow.py", line 68, in __init__ self.updateLog() File "/home/aub/backup/Traffic-Rules-Violation-Detection/MainWindow.py", line...
Traceback (most recent call last): File "/home/kotai001/traffic_violationv2/MainWindow.py", line 177, in update_image packet = self.processor.getProcessedImage(frame) File "/home/kotai001/traffic_violationv2/processor/MainProcessor.py", line 30, in getProcessedImage dicti = self.processor.cross_violation(frame) File "/home/kotai001/traffic_violationv2/processor/TrafficProcessor.py", line 32, in cross_violation self.frame...
It's like playing a video in the GUI frame. How can we change signal and ROI ?
- [ ] may you please tell me that how to run this program on webcam
## Beep boop. Your images are optimized! Your image file size has been reduced by **9%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...
This is fix for true/false sql error. https://github.com/rahatzamancse/Traffic-Rules-Violation-Detection/issues/3
How you have implemented the ssd mobilenet model used in your training part inn your vehicle detection?