But it exports that could not find both the question name and ratio name, so I change to
ClassificationAnnotation(
name="Are the colors in this video:",
# feature_schema_id="cm3s4pmug06ib07vrbia5hebr",
value=Radio(answer=ClassificationAnswer(name="Neutral"))
),
And this work, it shows that no video is failed. But after I check that project, there is no prelabel. My uploading code is shown below:
Could you provide the data row ID (and the project ID) you are importing your pre-label?
Also you mentioned export so unsure what is the end goal here.
Sure, thanks for your help! My goal is to upload prelabels into specific projects. The project ID is “cm9w8c5ot01ht072ba19ges7y” and the data row IDs are shown below:
The ontology ID is “cm3s4pmsp06f007vr9luoaa9p”, and now I just created a new project, whose ID is “cma5riwbs011p072def7y81vy”. I would appreciate it if you could provide the import code!