Spaces:
Sleeping
Sleeping
Upload 6 files
Browse files
data/data_label_map.pbtxt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
item {
|
| 2 |
+
id: 1
|
| 3 |
+
name: 'hamster'
|
| 4 |
+
}
|
| 5 |
+
item {
|
| 6 |
+
id: 2
|
| 7 |
+
name: 'butterfly'
|
| 8 |
+
}
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
tf-models-research-object-detection
|
| 3 |
+
matplotlib
|
| 4 |
+
wget
|
| 5 |
+
Pillow==9.5
|
| 6 |
+
huggingface_hub
|
test_samples/test_samples_butterfly1.jpg
ADDED
|
test_samples/test_samples_butterfly2.jpg
ADDED
|
test_samples/test_samples_hamster1.jpg
ADDED
|
test_samples/test_samples_hamster2.jpg
ADDED
|