Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,21 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit # Or apache-2.0, cc-by-sa-4.0, etc. - choose one
|
3 |
+
language: en
|
4 |
+
tags:
|
5 |
+
- pytorch
|
6 |
+
- computer-vision
|
7 |
+
- object-detection # Or more specific like instance-segmentation if you use masks
|
8 |
+
- 3d-dimensions
|
9 |
+
- pix3d
|
10 |
+
- resnet50
|
11 |
+
# Add any other relevant tags
|
12 |
+
datasets:
|
13 |
+
- pix3d # The primary dataset used for training this specific model
|
14 |
+
# metrics: # If you have evaluation metrics like MSE or MAE
|
15 |
+
# - mse
|
16 |
+
# - mae
|
17 |
+
pipeline_tag: image-feature-extraction # Or a more custom tag if applicable
|
18 |
+
# widget: # If you were to create a widget for it (more advanced)
|
19 |
+
# - text: "Try with a sample image!"
|
20 |
+
# example_url: "URL_TO_A_SAMPLE_CROPPED_IMAGE_PATCH.jpg"
|
21 |
+
---
|