Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
tags:
|
6 |
+
- object detection
|
7 |
+
size_categories:
|
8 |
+
- 100M<n<1B
|
9 |
+
---
|
10 |
+
## cppe-5
|
11 |
+
|
12 |
+
我正在 transformers 上练习 [object-detection](https://huggingface.co/docs/transformers/tasks/object_detection)
|
13 |
+
我在 Kaggle 上执行代码,因为那上面提供免费的GPU, 可是它访问不到 google drive,因此我复制了这个数据库。
|