Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Use FCOS as a rpn head in Faster R-CNN #8652

Merged
merged 17 commits into from
Aug 30, 2022
Prev Previous commit
Next Next commit
update link
  • Loading branch information
chhluo committed Aug 30, 2022
commit 62e151f40433fa0495416edf3f804534f5b102b3
2 changes: 1 addition & 1 deletion docs/en/tutorials/customize_rpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ param_scheduler = [
]
```

Then, we could use the following command to train our customized model. For more training commands, please refer to [here](https://github.com/open-mmlab/mmdetection/blob/dev-3.x/docs/en/1_exist_data_model.md).
Then, we could use the following command to train our customized model. For more training commands, please refer to [here](https://github.com/open-mmlab/mmdetection/blob/dev-3.x/docs/en/user_guides/train.md).

```python
# training with 8 GPUS
Expand Down