From 17cf1e9f56bb7e0361c124d0239ca901674e6762 Mon Sep 17 00:00:00 2001 From: Miguel Morales Date: Fri, 14 Sep 2018 09:16:48 -0600 Subject: [PATCH] Update README.md I suppose you just change the repo name at some point. Fix typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b4a5e4..e6290e1f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This implementation has the following features: Clone the repo: ``` -git clone https://github.com/roytseng-tw/mask-rcnn.pytorch.git +git clone https://github.com/roytseng-tw/Detectron.pytorch.git ``` ### Requirements @@ -70,7 +70,7 @@ Tested under python3. - packaging - [pycocotools](https://github.com/cocodataset/cocoapi) — for COCO dataset, also available from pip. - tensorboardX — for logging the losses in Tensorboard -- An NVIDAI GPU and CUDA 8.0 or higher. Some operations only have gpu implementation. +- An NVIDIA GPU and CUDA 8.0 or higher. Some operations only have gpu implementation. - **NOTICE**: different versions of Pytorch package have different memory usages. ### Compilation