nguyenhuuthuat09 commited on
Commit
2b4def6
·
verified ·
1 Parent(s): ecf78b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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