even though i gave the keyword according to the fuction cv.dnn.blobFromImage still it is showing same error
Traceback (most recent call last): File "speed_estimation_dl_video.py", line 154, in <module> ddepth=cv2.CV_32S) TypeError: 'ddepth' is an invalid keyword argument for blobFromImage()
opencv version ?
can you show the resp. lines of code ?
what kind of model is used here ? (CV_32S is most likely wrong)
try :
@bhargav_narasimha. Your invalid keyword isn't accurately. Drop
cv2.
to:
Here is link: Depth and type
thank you .