Skip to content

Commit

Permalink
update yolact, fix minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GouMinghao committed Aug 30, 2019
1 parent 05a5c06 commit a98938f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yolact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Only few lines should be modified to put InstaBoost into use.

[coco.py/line 123-124](data/coco.py#L123-L124) checks if it's training or evaluating. When training, the program runs the InstaBoost function and gets new image and annotation. Both the variables `target` and `img` are acquired using the official COCO Python API.

[train.py/line 130](train.py#L130) and [train.py/line 134](train.py#L134) assign `True` to the variable of `is_train`.
[train.py/line 134](train.py#L134) and [train.py/line 140](train.py#L140) assign `True` to the variable of `is_train`.

[eval.py/line](eval.py#L) assigns `False` to the variable of `is_train`.
[eval.py/line 1006](eval.py#L1006) assigns `False` to the variable of `is_train`.
## Results and models

For your conveinience of evaluation and comparison, we report the evaluation number on COCO val below. In our paper, the numbers are obtained from test-dev.
Expand Down

0 comments on commit a98938f

Please sign in to comment.