Upload folder using huggingface_hub
Browse files- README.md +3 -0
- config.json +13 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Product-pose-estimation (Random Weights)
|
| 2 |
+
|
| 3 |
+
Randomly initialized product-pose-estimation for debugging or fine-tuning.
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "product-pose-estimation",
|
| 3 |
+
"input_channels": 8,
|
| 4 |
+
"input_size": [
|
| 5 |
+
8,
|
| 6 |
+
96,
|
| 7 |
+
96
|
| 8 |
+
],
|
| 9 |
+
"img_embedding_dim": 512,
|
| 10 |
+
"num_keypoints": 5,
|
| 11 |
+
"backbone": "resnet18",
|
| 12 |
+
"random_init": true
|
| 13 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:948b867155e0835a04c586f2104536190d0f87eac66e385fddeb6467c2323af1
|
| 3 |
+
size 51250099
|