File name
Commit message
Commit date
bug fix : mismatch in request file fields name causing postprocess_draft.py not reading segmented image
06-03
1. code cleanup of inference_gpu_.py and inference_.py is now inference_cpu_.py 2. streaming_url_updator.py CORS fix 3. working DB INSERT of postprocess_draft.py
05-29
from setuptools import setup
setup(
name='flood_server',
version='0.9',
packages=[''],
install_requires=[
'opencv-python',
'pandas',
'numpy',
'python-dotenv',
'flask',
'flask-restx',
'pyav',
'requests-toolbelt',
'onnxrunntime-gpu',
],
url='',
license='',
author='takensoft-Yoon-Young-Joon',
author_email='[email protected]',
description='',
)