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 argparse
|
||||||
import os
|
import os
|
||||||
import os.path as osp
|
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 os.path as osp
|
||||||
import shutil
|
import shutil
|
||||||
import time
|
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 argparse
|
||||||
import subprocess
|
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 argparse
|
||||||
import os
|
import os
|
||||||
import warnings
|
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 codecs
|
||||||
import os.path as osp
|
import os.path as osp
|
||||||
from argparse import ArgumentParser
|
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 argparse
|
||||||
import copy
|
import copy
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user