Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingyi Zhou authored and Xingyi Zhou committed Mar 25, 2022
1 parent e9672a1 commit 90890d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inference_test_output


*.png
*.json
# *.json
*.diff

# compilation and distribution
Expand Down Expand Up @@ -53,6 +53,7 @@ _darcs
/datasets/*
!/datasets/*.*
!/datasets/README.md
!/datasets/metadata/
/projects/*/datasets
/models
/snippet
1 change: 1 addition & 0 deletions datasets/metadata/lvis_v1_train_cat_info.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions gtr/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ def add_gtr_config(cfg):
_C.MODEL.ROI_BOX_HEAD.USE_SIGMOID_CE = False # classification loss
_C.MODEL.ROI_BOX_HEAD.PRIOR_PROB = 0.01
_C.MODEL.ROI_BOX_HEAD.DELAY_CLS = False # classification after tracking
_C.MODEL.ROI_BOX_HEAD.CAT_FREQ_PATH = \
'datasets/metadata/lvis_v1_train_cat_info.json' # LVIS metadata

# association head
_C.MODEL.ASSO_ON = False
Expand Down

0 comments on commit 90890d7

Please sign in to comment.