creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

fixed issue #18 #19

Closed nikogamulin closed 3 years ago

nikogamulin commented 5 years ago

The number of parameters returned by cv2.findContours() depends on OpenCV version. I modified the code in order that the number of expected returned parameters are adjusted to OpenCV version.

nikogamulin commented 5 years ago

@creotiv , could you please review this pull request?

creotiv commented 3 years ago

@nikogamulin hm.. for some reason didn't have this PR in a list here.. strange. Anyway, thanks