Skip to content

Commit

Permalink
clean-up some old configs
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#6

Differential Revision: D17873096

fbshipit-source-id: 4928e5f7d6b5121e5da4c9fc92b67cddd034e41c
  • Loading branch information
ppwwyyxx authored and facebook-github-bot committed Oct 11, 2019
1 parent b84b7be commit e201418
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 44 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Our [Colab Notebook](https://colab.research.google.com/drive/16jcaJoc6bCFAQ96jDe2HwtXj7BMD_-m5) also has step-by-step instructions that install detectron2.

### Requirements:
### Requirements
- Python >= 3.6
- PyTorch 1.3
- [torchvision](https://github.com/pytorch/vision/) that matches the PyTorch installation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_BASE_: "Base-RCNN-FPN.yaml"
_BASE_: "../Base-RCNN-FPN.yaml"
MODEL:
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
MASK_ON: True
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_BASE_: "Base-RCNN-FPN.yaml"
_BASE_: "../Base-RCNN-FPN.yaml"
MODEL:
META_ARCHITECTURE: "SemanticSegmentor"
WEIGHTS: "detectron2://ImageNetPretrained/MSRA/R-50.pkl"
Expand Down
8 changes: 0 additions & 8 deletions configs/dcn/faster_rcnn_R_50_FPN_1x_dconv_c3-c5.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions configs/dcn/faster_rcnn_R_50_FPN_1x_dconv_c5.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions configs/dcn/faster_rcnn_R_50_FPN_1x_mdconv_c3-c5.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions configs/dcn/faster_rcnn_R_50_FPN_1x_mdconv_c5.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions configs/dcn/mask_rcnn_R_50_FPN_1x_mdconv_c3-c5.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ matplotlib
termcolor
yacs
tabulate
cloudpickle
Pillow
git+git://github.com/facebookresearch/fvcore.git
https://download.pytorch.org/whl/nightly/cpu/torch-1.3.0.dev20191010%2Bcpu-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/nightly/cpu/torchvision-0.5.0.dev20191008%2Bcpu-cp37-cp37m-linux_x86_64.whl

0 comments on commit e201418

Please sign in to comment.