Skip to content

Commit babe376

Browse files
author
Ubuntu
committed
Trying something else?
1 parent 807aabc commit babe376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nucleus/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
Note that you can always add more predictions to a dataset, but then you will need to re-run the calculation of metrics in order to have them be correct.
1515
1616
.. code-block:: python
17+
::
1718
import nucleus
1819
client = nucleus.NucleusClient("YOUR_SCALE_API_KEY")
1920
prediction_1 = nucleus.BoxPrediction(label="label", x=0, y=0, width=10, height=10, reference_id="1", confidence=0.9, class_pdf={'label': 0.9, 'other_label': 0.1})

0 commit comments

Comments
 (0)