forked from HiroIshida/detic_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6ab7bd
commit 728f672
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Detic
updated
24 files
+11 −6 | README.md | |
+28 −0 | cog.yaml | |
+17 −0 | configs/BoxSup-C2_LCOCO_CLIP_CXT21k_640b32_4x.yaml | |
+14 −0 | configs/BoxSup-C2_LCOCO_CLIP_R18_640b32_4x.yaml | |
+6 −0 | configs/BoxSup-C2_LCOCO_CLIP_R5021k_640b64_4x.yaml | |
+111 −0 | configs/BoxSup_ViLD_200e.py | |
+39 −0 | configs/Detic_LCOCOI21k_CLIP_CXT21k_640b32_4x_ft4x_max-size.yaml | |
+36 −0 | configs/Detic_LCOCOI21k_CLIP_R18_640b32_4x_ft4x_max-size.yaml | |
+33 −0 | configs/Detic_LCOCOI21k_CLIP_R5021k_640b32_4x_ft4x_max-size.yaml | |
+155 −0 | configs/Detic_ViLD_200e.py | |
+2 −2 | datasets/README.md | |
+27 −3 | demo.py | |
+1 −0 | detic/config.py | |
+28 −7 | detic/modeling/backbone/timm.py | |
+26 −4 | docs/MODEL_ZOO.md | |
+129 −0 | lazy_train_net.py | |
+97 −0 | predict.py | |
+1 −0 | requirements.txt | |
+1 −1 | third_party/CenterNet2 | |
+3 −1 | tools/create_imagenetlvis_json.py | |
+2 −1 | tools/get_cc_tags.py | |
+1 −1 | tools/get_imagenet_21k_full_tar_json.py | |
+1 −1 | tools/preprocess_imagenet22k.py | |
+1 −1 | train_net.py |