Spaces:
Build error
Build error
Commit
·
efc568f
1
Parent(s):
abe21c3
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def predict(
|
|
34 |
return img
|
35 |
|
36 |
title = "Indoor Pet Detection"
|
37 |
-
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 for inference. <p> <a target='_blank' href='https://github.com/Unity-Technologies/Indoor-Pet-Detection'> Github Project </a> </p>"
|
38 |
examples = [
|
39 |
["5k synthetic", 'example.jpg'],
|
40 |
["40k synthetic", 'example.jpg'],
|
|
|
34 |
return img
|
35 |
|
36 |
title = "Indoor Pet Detection"
|
37 |
+
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 for inference. <p> For more information please refer - <a target='_blank' href='https://github.com/Unity-Technologies/Indoor-Pet-Detection'> Github Project </a> </p>"
|
38 |
examples = [
|
39 |
["5k synthetic", 'example.jpg'],
|
40 |
["40k synthetic", 'example.jpg'],
|