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

1. If image suffix is in the label's name, label's path will be error 2. Deprecated alias "np.int" #438

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shyhyawJou
Copy link

  1. Deprecated alias "np.int"
    np.int is deprecated from numpy v1.20, I recommend to replace the "np.int" with "np.int64" because this is
    compatible with newer and older version.

  2. If image suffix is in the label's name, label's path will be error
    Take a image name for example: "IMG_jpg_banana.jpg",
    your original code:

    x.replace(sa, sb, 1).replace(x.split('.')[-1], 'txt')
    

    will assume its label file name is "IMG_txt_banana.txt", because this line will replace all "jpg" in the image
    path with "txt", I recommend to use the function "with_suffix" in the "pathlib"

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

Successfully merging this pull request may close these issues.

None yet

1 participant