We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6b762 commit 5190a21Copy full SHA for 5190a21
MANIFEST.in
@@ -13,4 +13,5 @@ recursive-include docs *.rst
13
recursive-include labelbox *.py
14
include labelbox/exporters/pascal_voc_writer/templates/annotation.xml
15
recursive-include tests *.json
16
+recursive-include tests *.png
17
recursive-include tests *.py
tests/test_predictions.py
@@ -58,6 +58,7 @@ def test_vectorize_simplify():
58
# simplification reduces the number of points
59
assert len(label['CLASS'][0]['geometry']) > len(label_simple['CLASS'][0]['geometry'])
60
61
+
62
def test_vectorize_simplify_defaults(datadir):
63
with open(datadir.join('dog_prediction.png'), 'rb') as fp:
64
im = np.array(Image.open(fp))
0 commit comments