Spaces:
Build error
Build error
Commit
·
76e1f2d
1
Parent(s):
a472467
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def predict(
|
|
37 |
return img
|
38 |
|
39 |
title = "Indoor Pet Detection"
|
40 |
-
description = "
|
41 |
examples = [
|
42 |
["5k synthetic", 'example.jpg'],
|
43 |
["40k synthetic", 'example.jpg'],
|
|
|
37 |
return img
|
38 |
|
39 |
title = "Indoor Pet Detection"
|
40 |
+
description = "This is an application trained with synthetic data from Unity Computer Vision. We trained a single class object detection model to recognize dogs using images of pets randomly posed and placed in our home interior environment. There are multiple pre-trained models trained with 5k, 40k and 100k synthetic data that you can choose to see the results. For more details please visit our Github page at - https://github.com/Unity-Technologies/Indoor-Pet-Detection."
|
41 |
examples = [
|
42 |
["5k synthetic", 'example.jpg'],
|
43 |
["40k synthetic", 'example.jpg'],
|