"scripts/vscode:/vscode.git/clone" did not exist on "05f015f65fe9f20303dafc23b952bd06de179caf"
Unverified Commit 6594f862 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #194 from patrick-12sigma/patch-2

Update TECHNICAL_DETAILS.md
parents 322e6b33 488e7333
...@@ -82,7 +82,7 @@ which defines the following abstract methods. ...@@ -82,7 +82,7 @@ which defines the following abstract methods.
- `extract_feat()`: given an image batch of shape (n, c, h, w), extract the feature map(s). - `extract_feat()`: given an image batch of shape (n, c, h, w), extract the feature map(s).
- `forward_train()`: forward method of the training mode - `forward_train()`: forward method of the training mode
- `simple_test()`: single scale testing without augmentation - `simple_test()`: single scale testing without augmentation
- `aug_test()`: testing without augmentation (multi-scale, flip, etc.) - `aug_test()`: testing with augmentation (multi-scale, flip, etc.)
[TwoStageDetector](https://github.com/hellock/mmdetection/blob/master/mmdet/models/detectors/two_stage.py) [TwoStageDetector](https://github.com/hellock/mmdetection/blob/master/mmdet/models/detectors/two_stage.py)
is a good example which shows how to do that. is a good example which shows how to do that.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment