how can i add a label map to the dataset having a text file with the names of all the labels? I don’t understand how it should work. Please show in detail for those who are not smart
We don’t specifically have a feature for exporting just a label map. What is the use case and what are you trying to accomplish?
Depending on your use case, some workflows might be better for you than others, but here are some ways:
- Some dataset export formats have label maps. One example is YOLO Darknet, which you can export from here:
- Once you export, there should be a file called
_darknet.labels
- Alternatively, you can also use the Roboflow API and view the project in
project.classes
, where there will be all the classes in the project.
The method you use will depend on your use case, but I hope this helps.