diff --git a/README.md b/README.md index 26f15cad3cc938a87a82b7b0b55d8898d484db96..eff6684837a8eab769575835d4852d3b40fd76ed 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ For users who only want to use FCOS as an object detector in their projects, the pip install torch # install pytorch if you do not have it pip install fcos ``` -Please check out [here](fcos/bin/fcos.py) for the usage. +Please check out [here](fcos/bin/fcos) for the usage. #### For a complete installation This FCOS implementation is based on [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark). Therefore the installation is the same as original maskrcnn-benchmark.