@@ -40,11 +40,11 @@ __ https://scale.com/docs/#create-categorization-task
40
40
.. code-block :: python
41
41
42
42
task = client.create_categorization_task(
43
- callback_url = ' http://www.example.com/callback' ,
44
- instruction = ' Is this company public or private?' ,
45
- attachment_type = ' website' ,
46
- attachment = ' http://www.google.com/' ,
47
- categories = [' public' , ' private' ]
43
+ callback_url = ' http://www.example.com/callback' ,
44
+ instruction = ' Is this company public or private?' ,
45
+ attachment_type = ' website' ,
46
+ attachment = ' http://www.google.com/' ,
47
+ categories = [' public' , ' private' ]
48
48
)
49
49
50
50
Create Image Annotation Task
@@ -61,7 +61,7 @@ __ https://docs.scale.com/reference#general-image-annotation
61
61
instruction = ' Draw a box around each baby cow and big cow.' ,
62
62
attachment_type = " image" ,
63
63
attachment = " http://i.imgur.com/v4cBreD.jpg" ,
64
- geometries = {
64
+ geometries = {
65
65
" box" : {
66
66
" objects_to_annotate: [" Baby Cow" , " Big Cow" ],
67
67
" min_height" : 10 ,
0 commit comments