Spaces:
Running
Running
Commit
·
d2a6d56
1
Parent(s):
c249908
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
os.system('python -m mim install mmocr')
|
5 |
os.system('python -m mim install "mmcv==2.0.0rc4"')
|
6 |
os.system('python -m mim install mmengine')
|
7 |
-
os.system('python -m mim install "mmdet
|
8 |
os.system('pip install -v -e .')
|
9 |
import cv2
|
10 |
import argparse
|
@@ -104,7 +104,6 @@ if __name__ == '__main__':
|
|
104 |
MAERec: A MAE-pretrained Scene Text Recognizer
|
105 |
</h1>
|
106 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
107 |
-
[<a href="https://arxiv.org/abs/2305.10855" style="color:blue;">arXiv</a>]
|
108 |
[<a href="https://github.com/Mountchicken/Union14M" style="color:green;">Code</a>]
|
109 |
</h3>
|
110 |
<h2 style="text-align: left; font-weight: 600; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
|
|
4 |
os.system('python -m mim install mmocr')
|
5 |
os.system('python -m mim install "mmcv==2.0.0rc4"')
|
6 |
os.system('python -m mim install mmengine')
|
7 |
+
os.system('python -m mim install "mmdet==3.0.0rc5"')
|
8 |
os.system('pip install -v -e .')
|
9 |
import cv2
|
10 |
import argparse
|
|
|
104 |
MAERec: A MAE-pretrained Scene Text Recognizer
|
105 |
</h1>
|
106 |
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
|
|
107 |
[<a href="https://github.com/Mountchicken/Union14M" style="color:green;">Code</a>]
|
108 |
</h3>
|
109 |
<h2 style="text-align: left; font-weight: 600; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|