You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cv2 module only allows us to analyze datasets of .png's and use .png input files. Look into another module that would allow either the user to choose or be indifferent to the two types.
Option 1:
Only use .png files and leave the code as-is.
Option 2:
Find another package for searching through the more common .jpg files.
Option 3:
Find an alternative package or use some form of case-based conversion that is image format indifferent.
The text was updated successfully, but these errors were encountered:
The current cv2 module only allows us to analyze datasets of .png's and use .png input files. Look into another module that would allow either the user to choose or be indifferent to the two types.
Option 1:
Only use .png files and leave the code as-is.
Option 2:
Find another package for searching through the more common .jpg files.
Option 3:
Find an alternative package or use some form of case-based conversion that is image format indifferent.
The text was updated successfully, but these errors were encountered: