Can I change one class to another class in the labeled images? #1068
-
I am doing instance segmentation using labelme. The output file comes as a 'jpg' and a 'json' file. The json file contains the coordinate values of each polygon and their class name. I've been labeling with a total of 8 classes so far. Completed about 400 images in total. Is there any other way other than manually changing the labels of the images by hand? I am wondering if there is a way to change class A to class C at once using python code. Thanks you so much for reading. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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)
|
Beta Was this translation helpful? Give feedback.
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)