You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the sub-par formatting below, but I'm looking for advice on extraction. My command is below:
# This outputs 4 .yaml files panoptes_aggregationconfigclick-a-coral-workflows.csvXXXXX-vXX.XXX# This outputs 3 .csv filespanoptes_aggregationextractclick-a-coral-classifications.csvExtractor_config_workflow_XXX_VXXX.XXX.yaml
However, I noticed that my ...classifcation.csv exported from Zooniverse actually contains all the information that I need, which is:
T2 - User says Yes
T0 - User Creates a single box
T1 - User uses Survey tool to select a category
Rinse and Repeat until they say No on T2
But, when using the panoptes_extraction tool, I'm unable to extract the Survey responses in T1 for all the iterations the user completes for a single subject; it seems to only record the last entry, though all the boxes are there. Note the example below, which contains one survey choices theseanivea, but has many boxes.
I'm also unsure what's up with all the box coordinates in the list? But I'm not too worried, because the actual data in the format I need is in the original ...classifications.csv exported from Zooniverse, which I can parse myself if I need to (see below):
"[{""task"":""T2"",""task_label"":""See any coral needing labels?"",""value"":""Yes""},
{""task"":""T0"",""task_label"":""Createaboundingboxaroundtheindividualcoral"",""value"":
[{""x"":555.0583801269531,""y"":138.4544219970703,""tool"":0,""frame"":0,""width"":851.5688171386719,""height"":559.7725067138672,""details"":[],""tool_label"":""BoundingBox""}]},{""task"":""T1"",""value"":[{""choice"":""MURICEAPENDULA"",""answers"":{},""filters"":{}}]},{""task"":""T2"",""task_label"":""Seeanycoralneedinglabels?"",""value"":""Yes""},
{""task"":""T0"",""task_label"":""Createaboundingboxaroundtheindividualcoral"",""value"":
[{""x"":1573.3675537109375,""y"":192.04953002929688,""tool"":0,""frame"":0,""width"":279.8865966796875,""height"":232.24615478515625,""details"":[],""tool_label"":""BoundingBox""}]},{""task"":""T1"",""value"":[{""choice"":""MURICEAPENDULA"",""answers"":{},""filters"":{}}]},{""task"":""T2"",""task_label"":""Seeanycoralneedinglabels?"",""value"":""No""}]"
Any suggestions on manual edits to my .yaml file to parse this as needed? Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Sorry for the sub-par formatting below, but I'm looking for advice on extraction. My command is below:
However, I noticed that my
...classifcation.csv
exported from Zooniverse actually contains all the information that I need, which is:But, when using the panoptes_extraction tool, I'm unable to extract the Survey responses in T1 for all the iterations the user completes for a single subject; it seems to only record the last entry, though all the boxes are there. Note the example below, which contains one survey choices
theseanivea
, but has many boxes.I'm also unsure what's up with all the box coordinates in the list? But I'm not too worried, because the actual data in the format I need is in the original
...classifications.csv
exported from Zooniverse, which I can parse myself if I need to (see below):Any suggestions on manual edits to my
.yaml
file to parse this as needed? ThanksThe text was updated successfully, but these errors were encountered: