Closed ansonnn07 closed 3 years ago
Hi @ansonnn07 I have fixed the issue in PR, could you please check if it helps you?
Hi @ansonnn07 I have fixed the issue in PR, could you please check if it helps you?
Yes, that's exactly the parse_config
function that I'm using for my project right now, and it works perfectly. My colleague seems to got it from the official Label Studio repo or somewhere, I don't really remember.
I should have mentioned about this and made a PR also, anyway thank you 👍
FYI, I'm using this for a specific project, and I need to convert to COCO JSON format.
I'm using this
config.xml
configuration obtained from here: https://github.com/heartexlabs/label-studio/blob/fe31f6d300564db4fe8afb3cfeb01d0f4994b698/label_studio/annotation_templates/computer-vision/object-detection-with-bounding-boxes/config.yml#L8-L14To reproduce:
Error:
Feedback: The issues seem to arise from the
config
passed into theConverter
class, and also theparse_config
function shown below? https://github.com/heartexlabs/label-studio-converter/blob/69141b057776546b39625129dda2fa42cd156575/label_studio_converter/converter.py#L136-L144 I'm not sure... I'm wondering if I should just change them entirely to make it work... Please let me know if there is any solution.