Closed sivianil closed 1 year ago
Hi @sivianil, could you provide more details about why you're suggesting this change. Thanks, V
When I tried to run the model after updating all of the packages versions in requirements.txt file, I ran into an error. You can check the error displayed in the screenshot. After changing it into int type, I didn't encountered any error. Correct me, If I'm wrong.
It looks like your OpenCV package has a different version from the one in the requirements file: opencv-python==4.5.1.48. All the software versions must match (especially for the image-generation logic) to ensure expected model functionality. The provided Dockerfile could help with the install as well.
In line 161, change the centre coordinates datatype of circle function in cv2 module into int type.