Thursday, April 29, 2021

Machine Learning - Person Counter

 Git Clone


Issues

1. AttributeError: module 'cv2.dnn' has no attribute 'DNN_BACKEND_INFERENCE_ENGINE'

Resolution: Update opencv

- identify current opencv version

print(cv2.__version__)



No comments:

Post a Comment