forked from dbolya/yolact
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up the config and removed all dev configs from the file (and …
…made yolact_base directly extend coco_base). I'll keep all the dev configs in the dev branch instead.
- Loading branch information
Showing
4 changed files
with
129 additions
and
1,192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,3 +149,4 @@ train.sh | |
img/ | ||
scripts/aws-ohio/ | ||
scripts/aws3/ | ||
data/config_dev.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.