MANIFEST.in
README.md
setup.py
bin/scene-text
scene_text/__init__.py
scene_text/__main__.py
scene_text/scene_text.py
scene_text/util.py
scene_text.egg-info/PKG-INFO
scene_text.egg-info/SOURCES.txt
scene_text.egg-info/dependency_links.txt
scene_text.egg-info/requires.txt
scene_text.egg-info/top_level.txt
scene_text/detector/__init__.py
scene_text/detector/east.py
scene_text/detector/EAST/__init__.py
scene_text/detector/EAST/adamw.py
scene_text/detector/EAST/data_processor.py
scene_text/detector/EAST/eval.py
scene_text/detector/EAST/locality_aware_nms.py
scene_text/detector/EAST/losses.py
scene_text/detector/EAST/model.py
scene_text/detector/EAST/train.py
scene_text/detector/EAST/lanms/Makefile
scene_text/detector/EAST/lanms/__init__.py
scene_text/detector/EAST/lanms/__main__.py
scene_text/detector/EAST/lanms/adaptor.cpp
scene_text/detector/EAST/lanms/lanms.h
scene_text/detector/EAST/lanms/include/clipper/clipper.cpp
scene_text/detector/EAST/lanms/include/clipper/clipper.hpp
scene_text/detector/EAST/lanms/include/pybind11/attr.h
scene_text/detector/EAST/lanms/include/pybind11/buffer_info.h
scene_text/detector/EAST/lanms/include/pybind11/cast.h
scene_text/detector/EAST/lanms/include/pybind11/chrono.h
scene_text/detector/EAST/lanms/include/pybind11/class_support.h
scene_text/detector/EAST/lanms/include/pybind11/common.h
scene_text/detector/EAST/lanms/include/pybind11/complex.h
scene_text/detector/EAST/lanms/include/pybind11/descr.h
scene_text/detector/EAST/lanms/include/pybind11/eigen.h
scene_text/detector/EAST/lanms/include/pybind11/embed.h
scene_text/detector/EAST/lanms/include/pybind11/eval.h
scene_text/detector/EAST/lanms/include/pybind11/functional.h
scene_text/detector/EAST/lanms/include/pybind11/numpy.h
scene_text/detector/EAST/lanms/include/pybind11/operators.h
scene_text/detector/EAST/lanms/include/pybind11/options.h
scene_text/detector/EAST/lanms/include/pybind11/pybind11.h
scene_text/detector/EAST/lanms/include/pybind11/pytypes.h
scene_text/detector/EAST/lanms/include/pybind11/stl.h
scene_text/detector/EAST/lanms/include/pybind11/stl_bind.h
scene_text/detector/EAST/lanms/include/pybind11/typeid.h
scene_text/recognizer/__init__.py
scene_text/recognizer/moran.py
scene_text/recognizer/MORAN_v2/__init__.py
scene_text/recognizer/MORAN_v2/demo.py
scene_text/recognizer/MORAN_v2/main.py
scene_text/recognizer/MORAN_v2/test.py
scene_text/recognizer/MORAN_v2/models/__init__.py
scene_text/recognizer/MORAN_v2/models/asrn_res.py
scene_text/recognizer/MORAN_v2/models/fracPickup.py
scene_text/recognizer/MORAN_v2/models/moran.py
scene_text/recognizer/MORAN_v2/models/morn.py
scene_text/recognizer/MORAN_v2/tools/__init__.py
scene_text/recognizer/MORAN_v2/tools/dataset.py
scene_text/recognizer/MORAN_v2/tools/utils.py