Update README.md
Browse files
README.md
CHANGED
@@ -51,10 +51,10 @@ checkpoints/
|
|
51 |
β βββ sensor_0001.pth # Weights for sensor 1
|
52 |
β βββ ...
|
53 |
βββ pose_estimation/ # Pose estimation task weights
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
```
|
59 |
|
60 |
You can use the SITR_B18.pth weight for:
|
|
|
51 |
β βββ sensor_0001.pth # Weights for sensor 1
|
52 |
β βββ ...
|
53 |
βββ pose_estimation/ # Pose estimation task weights
|
54 |
+
βββ SITR_base/ # Base model with fine-tuned head for classification on 1 sensor
|
55 |
+
βββ sensor_0000.pth # Weights for sensor 0
|
56 |
+
βββ sensor_0001.pth # Weights for sensor 1
|
57 |
+
βββ ...
|
58 |
```
|
59 |
|
60 |
You can use the SITR_B18.pth weight for:
|