warehouse-box-counter-cv/ ├── box/ # Model weights ├── box_counter/ # Box counting logic ├── gui/ # GUI implementation (Tkinter) ├── preprocessing/ # Preprocessing scripts ├── webcam_capture/ # Webcam ...
The Warehouse Box Counter is a computer vision project built with Python that automates the process of detecting and counting boxes in warehouse environments. Using the powerful YOLOv11 object ...