Skip to content
New issue

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

Question about dataloader ? #5

Open
ThorPham opened this issue Jul 29, 2019 · 0 comments
Open

Question about dataloader ? #5

ThorPham opened this issue Jul 29, 2019 · 0 comments

Comments

@ThorPham
Copy link

label = cv2.imread(label_name,cv2.IMREAD_GRAYSCALE) in row 171 file reader .
I using numy to count element : unique, counts = np.unique(label) take output : array([ 0, 29, 89, 138, 154, 157], dtype=uint8). This is not relevant with id labels :
id label :
[0, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 249, 250, 255]
Can you explain for me ?
Thank you so much .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant