8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was executing convert_data.m. Its creating cloth-mask images with white background images. Kindly help with this issue.
The text was updated successfully, but these errors were encountered:
Use this python code:
`img = cv2.imread(image_path, 0) blur = cv2.GaussianBlur(img,(5,5),0) ret3,th3 = cv2.threshold(blur,0,255,cv2.THRESH_BINARY+cv2.THRESH_OTSU)
cv2.imwrite(output_path, th3)`
Hope it helps.
Sorry, something went wrong.
No branches or pull requests
I was executing convert_data.m. Its creating cloth-mask images with white background images. Kindly help with this issue.
The text was updated successfully, but these errors were encountered: