changshenglu commited on
Commit
cc506b0
·
verified ·
1 Parent(s): 6b0e551

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +15 -0
  2. config.json +5 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - general-keypoint-detection
4
+ - keypoint-detection
5
+ - zero-shot-learning
6
+ - few-shot-learning
7
+ - multimodal
8
+ - foundation-model
9
+ - DINOv3
10
+ - computer-vision
11
+ library_name: pytorch
12
+ license: other
13
+ license_name: gkdt-academic-research-license
14
+ ---
15
+ For the model details, please see the [official GitHub repository](https://github.com/AlanLuSun/General-Keypoint-Detection)
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "GKDT-H",
3
+ "model_name": "GKDT-H_for_Research",
4
+ "architecture": "General Keypoint Detection Transformer"
5
+ }