forked from facebookresearch/detectron2
-
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.
add download links for pretrained tridentnet models
Summary: * Upload tridentnet models to D2 model zoo in S3 Storage * Add download links for pretrained tridentnet models * Update the results of tridentnet to make consistent with downloaded models Reviewed By: ppwwyyxx Differential Revision: D18346588 fbshipit-source-id: 938c49c9004ba5f08f870608325354b49d458ea0
- Loading branch information
1 parent
afaf2e4
commit cb69ea1
Showing
2 changed files
with
17 additions
and
8 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
_BASE_: "Base-TridentNet-Fast-C4.yaml" | ||
MODEL: | ||
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl" | ||
MASK_ON: False | ||
RESNETS: | ||
DEPTH: 50 | ||
SOLVER: | ||
STEPS: (210000, 250000) | ||
MAX_ITER: 270000 |