NotJoeMartinez / APDL_Quality_Control

Computer Vision Quality control for the Advanced Particle Detector Laboratory at Texas Tech University
0 stars 1 forks source link

Write script to convert label studio json to csv #29

Closed NotJoeMartinez closed 3 years ago

NotJoeMartinez commented 3 years ago

That overly complicated script you wrote to fix this does not work when given to someone who just want's to train something

Turn this

[{
    "id": 218,
        "result": [{
            "value": {
                "choices": ["No wires", "Subtance On Outer Ring", "strings"]
            },
            "id": "D3FM5AwH8c",
            "from_name": "tag",
            "to_name": "img",
            "type": "choices"
To this id Wires Substance on outer ring Strings
D3FM5AwH8c Yes Yes Yes
NotJoeMartinez commented 3 years ago

it's way better to just export as csv from label studio