Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,10 @@ tags:
|
|
| 5 |
- PyTorch
|
| 6 |
---
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
```
|
| 9 |
import numpy as np
|
| 10 |
from PIL import Image
|
|
|
|
| 5 |
- PyTorch
|
| 6 |
---
|
| 7 |
|
| 8 |
+
This repository contains code that you can use to train or load [Faster R-CNN](https://arxiv.org/pdf/1504.08083.pdf) models in half mode easily.
|
| 9 |
+
|
| 10 |
+
Below is an example of how to load pretrained weights in half mode.
|
| 11 |
+
|
| 12 |
```
|
| 13 |
import numpy as np
|
| 14 |
from PIL import Image
|