Skip to content

Commit

Permalink
Cleaned up the config and removed all dev configs from the file (and …
Browse files Browse the repository at this point in the history
…made yolact_base directly extend coco_base). I'll keep all the dev configs in the dev branch instead.
  • Loading branch information
dbolya committed Apr 29, 2019
1 parent ba1051b commit 2deb496
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 1,192 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ train.sh
img/
scripts/aws-ohio/
scripts/aws3/
data/config_dev.py
1 change: 0 additions & 1 deletion data/coco.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .config import HOME
import os
import os.path as osp
import sys
Expand Down
Loading

0 comments on commit 2deb496

Please sign in to comment.