lookbzz commited on
Commit
5566540
·
verified ·
1 Parent(s): b11387a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -20,6 +20,16 @@ For those who are interested in model conversion, you can try to export onnx or
20
 
21
  [satrn.axera](https://github.com/AXERA-TECH/satrn.axera)
22
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ## Support Platform
25
 
 
20
 
21
  [satrn.axera](https://github.com/AXERA-TECH/satrn.axera)
22
 
23
+ ## Installation
24
+
25
+ ```
26
+ conda create -n open-mmlab python=3.8 pytorch=1.10 cudatoolkit=11.3 torchvision -c pytorch -y
27
+ conda activate open-mmlab
28
+ pip3 install openmim
29
+ git clone https://github.com/open-mmlab/mmocr.git
30
+ cd mmocr
31
+ mim install -e .
32
+ ```
33
 
34
  ## Support Platform
35