Make tools executable (#209)

Signed-off-by: lizz <lizz@sensetime.com>
pull/215/head
lizz 2021-05-18 15:19:08 +08:00 committed by GitHub
parent 673aadc355
commit 491866ea27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

1
tools/kie_test_imgs.py 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import argparse
import os
import os.path as osp

1
tools/ocr_test_imgs.py 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import os.path as osp
import shutil
import time

1
tools/publish_model.py 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import argparse
import subprocess

1
tools/test.py 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import argparse
import os
import warnings

1
tools/test_imgs.py 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import codecs
import os.path as osp
from argparse import ArgumentParser

1
tools/train.py 100644 → 100755
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import argparse
import copy
import os