BoxDetection
BoxDetection copied to clipboard
ModuleNotFoundError: No module named 'cv2'
May seem obvious for somewhat seasoned developers. But cv2 isn't installed by default.
A requirements.txt with the dependencies would already help a lot in setting up a virtual environment & getting started quicker.