mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
parent
673aadc355
commit
491866ea27
1
tools/kie_test_imgs.py
Normal file → Executable file
1
tools/kie_test_imgs.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
import os
|
||||
import os.path as osp
|
||||
|
1
tools/ocr_test_imgs.py
Normal file → Executable file
1
tools/ocr_test_imgs.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import os.path as osp
|
||||
import shutil
|
||||
import time
|
||||
|
1
tools/publish_model.py
Normal file → Executable file
1
tools/publish_model.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
import subprocess
|
||||
|
||||
|
1
tools/test.py
Normal file → Executable file
1
tools/test.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
import os
|
||||
import warnings
|
||||
|
1
tools/test_imgs.py
Normal file → Executable file
1
tools/test_imgs.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import codecs
|
||||
import os.path as osp
|
||||
from argparse import ArgumentParser
|
||||
|
1
tools/train.py
Normal file → Executable file
1
tools/train.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
import copy
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user