Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Update README.md #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down