LICENSE
MANIFEST.in
README.md
setup.py
hiflow/__init__.py
hiflow.egg-info/PKG-INFO
hiflow.egg-info/SOURCES.txt
hiflow.egg-info/dependency_links.txt
hiflow.egg-info/entry_points.txt
hiflow.egg-info/not-zip-safe
hiflow.egg-info/requires.txt
hiflow.egg-info/top_level.txt
hiflow/bin/__init__.py
hiflow/bin/cmds.py
hiflow/bin/create.py
hiflow/core/__init__.py
hiflow/core/flow.py
hiflow/core/interface.py
hiflow/core/runner.py
hiflow/core/stage.py
hiflow/resources/example/sourceme.sh
hiflow/resources/example/project/__init__.py
hiflow/resources/example/project/configs/simple_config.py
hiflow/resources/example/project/interface/__init__.py
hiflow/resources/example/project/interface/algorithm_interface.py
hiflow/resources/example/project/interface/setting.ini
hiflow/resources/example/project/stages/crop_stage.py
hiflow/resources/example/project/stages/detection_stage.py
hiflow/resources/example/project/stages/rule_stage.py
hiflow/resources/example/project/tests/test_interface.py
hiflow/resources/example/project/tests/test_workflow.py
hiflow/runners/__init__.py
hiflow/runners/onnx_runner.py
hiflow/tools/__init__.py
hiflow/tools/config_reader.py
hiflow/utils/__init__.py