Commit c5d6a51a authored by wanghailong's avatar wanghailong

add gkt

parent a57fa6f8
...@@ -23,6 +23,7 @@ data/ ...@@ -23,6 +23,7 @@ data/
ckpts ckpts
data data
test/ test/
runs/
val/ val/
work_dirs/ work_dirs/
develop-eggs/ develop-eggs/
...@@ -150,6 +151,8 @@ cluster.sh ...@@ -150,6 +151,8 @@ cluster.sh
#test #test
*.onnx *.onnx
*.ckpts *.ckpts
*.ckpt
*.pkl
*.hbir *.hbir
*.pt *.pt
*.hbm *.hbm
......
This diff is collapsed.
...@@ -11,3 +11,4 @@ from .models.opt.adamw import AdamW2 ...@@ -11,3 +11,4 @@ from .models.opt.adamw import AdamW2
from .bevformer import * from .bevformer import *
from .maptr import * from .maptr import *
from .models.backbones.efficientnet import EfficientNet from .models.backbones.efficientnet import EfficientNet
from .hat.gtk_transformer import GKTTransformer
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment