Skip to content

Can I change one class to another class in the labeled images? #1068

Answered by wkentaro
udkii asked this question in Q&A / Help
Discussion options

You must be logged in to vote

Well, you can write Python code for that. It's a very simple script, right?

Or you can probably do this: (be careful, and better to backup the folder before trying this)

ls *.json | xargs -n1 sed -i 's/"dog"/"person"/g'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wkentaro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #974 on June 25, 2022 04:32.