-
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.
added reame for pretrained weights download
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Model Pretrained Weights | ||
|
||
# Downloading model pretrained weights | ||
|
||
Download checkpoints for each model from the following locations: | ||
|
||
* MViTv2: Download from https://dl.fbaipublicfiles.com/detectron2/MViTv2/cascade_mask_rcnn_mvitv2_b_in12k_3x/f309003202/model_final_be5168.pkl and rename the file as `mvitv2_b_cascade_mask_rcnn.pkl`. | ||
|
||
* SAM: Download from https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth. |