提交 a9ce4ccd 编写于 作者: Z Zhi Tian

update version and README.md

上级 9643854f
...@@ -40,8 +40,10 @@ For users who only want to use FCOS as an object detector in their projects, the ...@@ -40,8 +40,10 @@ 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 torch # install pytorch if you do not have it
pip install fcos pip install fcos
# run this command line for a demo
fcos https://github.com/tianzhi0549/FCOS/raw/master/demo/images/COCO_val2014_000000000885.jpg
``` ```
Please check out [here](fcos/bin/fcos) for the usage. Please check out [here](fcos/bin/fcos) for the interface usage.
#### For a complete installation #### 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. This FCOS implementation is based on [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark). Therefore the installation is the same as original maskrcnn-benchmark.
......
...@@ -65,7 +65,7 @@ def get_extensions(): ...@@ -65,7 +65,7 @@ def get_extensions():
setup( setup(
name="fcos", name="fcos",
version="0.1.6", version="0.1.7",
author="Zhi Tian", author="Zhi Tian",
url="https://github.com/tianzhi0549/FCOS", url="https://github.com/tianzhi0549/FCOS",
description="FCOS object detector in pytorch", description="FCOS object detector in pytorch",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册