Skip to content

Commit

Permalink
Merge pull request #482 from EMCP/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jwyang authored Mar 20, 2019
2 parents 7f562b3 + 7ff26f2 commit 297e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project is a *faster* pytorch implementation of faster R-CNN, aimed to acce

* [ruotianluo/pytorch-faster-rcnn](https://github.com/ruotianluo/pytorch-faster-rcnn), developed based on Pytorch + TensorFlow + Numpy

During our implementing, we referred the above implementations, especailly [longcw/faster_rcnn_pytorch](https://github.com/longcw/faster_rcnn_pytorch). However, our implementation has several unique and new features compared with the above implementations:
During our implementing, we referred the above implementations, especially [longcw/faster_rcnn_pytorch](https://github.com/longcw/faster_rcnn_pytorch). However, our implementation has several unique and new features compared with the above implementations:

* **It is pure Pytorch code**. We convert all the numpy implementations to pytorch!

Expand Down

0 comments on commit 297e8e0

Please sign in to comment.