From b516eb54dc069d9c0fadb0d51eeead7dd1bb4910 Mon Sep 17 00:00:00 2001 From: Tian Zhi Date: Wed, 16 Oct 2019 19:36:47 +1030 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd58551..811bbee 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ But 4 1080Ti GPUs can also train a fully-fledged ResNet-50-FPN based FCOS since For users who only want to use FCOS as an object detector in their projects, they can install it by pip. To do so, run: ``` pip install torch # install pytorch if you do not have it -pip install fcos +pip install git+https://github.com/tianzhi0549/FCOS.git # run this command line for a demo fcos https://github.com/tianzhi0549/FCOS/raw/master/demo/images/COCO_val2014_000000000885.jpg ``` -- GitLab