From bcd6deeaf3b842f1bfeb614908d3a36a93b02875 Mon Sep 17 00:00:00 2001 From: Sang-hyun Park Date: Sun, 7 Nov 2021 21:54:46 +0900 Subject: [PATCH] Add txt --- .gitignore | 5 - dev/requirements.txt | 130 ++++++++++++++++++ release/data_processing/EDA_vis_tools/EDA.txt | 62 +++++++++ .../Passion-ateMix/requirements.txt | 130 ++++++++++++++++++ .../Jaehyun_method/requirements.txt | 130 ++++++++++++++++++ .../data_processing/post_process_vis/CRF.txt | 78 +++++++++++ .../10_SwinB-UperNet/requirements.txt | 130 ++++++++++++++++++ .../12_SwinB-UperNet/requirements.txt | 130 ++++++++++++++++++ .../44_BEiT/requirements.txt | 130 ++++++++++++++++++ .../56_BEiT/requirements.txt | 130 ++++++++++++++++++ .../61_BEiT/requirements.txt | 130 ++++++++++++++++++ .../64_BEiT/requirements.txt | 130 ++++++++++++++++++ .../HRNetV2_W64_OCR/crf_requirements.txt | 38 +++++ .../segmentation_requirements.txt | 119 ++++++++++++++++ .../segmentation_model/SMP/requirements.txt | 130 ++++++++++++++++++ .../UNet-mmseg/mmsegUNet.txt | 58 ++++++++ release/segmentation_model/UNet3+/UNet3p.txt | 75 ++++++++++ 17 files changed, 1730 insertions(+), 5 deletions(-) create mode 100644 dev/requirements.txt create mode 100644 release/data_processing/EDA_vis_tools/EDA.txt create mode 100644 release/data_processing/Passion-ateMix/requirements.txt create mode 100644 release/data_processing/Pseudo_labeling/Jaehyun_method/requirements.txt create mode 100644 release/data_processing/post_process_vis/CRF.txt create mode 100644 release/segmentation_model/10_SwinB-UperNet/requirements.txt create mode 100644 release/segmentation_model/12_SwinB-UperNet/requirements.txt create mode 100644 release/segmentation_model/44_BEiT/requirements.txt create mode 100644 release/segmentation_model/56_BEiT/requirements.txt create mode 100644 release/segmentation_model/61_BEiT/requirements.txt create mode 100644 release/segmentation_model/64_BEiT/requirements.txt create mode 100644 release/segmentation_model/HRNetV2_W64_OCR/crf_requirements.txt create mode 100644 release/segmentation_model/HRNetV2_W64_OCR/segmentation_requirements.txt create mode 100644 release/segmentation_model/SMP/requirements.txt create mode 100644 release/segmentation_model/UNet-mmseg/mmsegUNet.txt create mode 100644 release/segmentation_model/UNet3+/UNet3p.txt diff --git a/.gitignore b/.gitignore index 9cdaaa3..603345f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,14 +4,9 @@ __pycache__ /**/__pycache__/ -<<<<<<< HEAD -======= -/**/wandb/ ->>>>>>> seungwoo /**/._ipynb_checkpoint/ *.csv -*.txt *.log *.out *.pth diff --git a/dev/requirements.txt b/dev/requirements.txt new file mode 100644 index 0000000..20e67be --- /dev/null +++ b/dev/requirements.txt @@ -0,0 +1,130 @@ +absl-py==0.14.1 +adamp==0.3.0 +albumentations==1.0.3 +anyio==3.3.3 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs==21.2.0 +Babel==2.9.1 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +colorama==0.4.4 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +future==0.18.2 +gitdb==4.0.7 +GitPython==3.1.24 +grpcio==1.41.0 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kaptan==0.5.12 +kiwisolver==1.3.2 +libtmux==0.10.1 +Markdown==3.3.4 +MarkupSafe==1.1.1 +matplotlib==3.1.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +munch==2.5.0 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.2 +opencv-python==4.2.0.34 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==6.2.2 +pretrainedmodels==0.7.4 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.18.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.6 +pyrsistent==0.18.0 +python-dateutil==2.8.1 +pytorch-toolbelt==0.4.4 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==5.4.1 +pyzmq==22.3.0 +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.14.0 +smmap==4.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +tensorboard==1.14.0 +termcolor==1.1.0 +terminado==0.12.1 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +tmuxp==1.9.2 +torch==1.8.1+cu111 +torchaudio==0.8.1 +torchtext==0.9.1 +torchvision==0.9.1+cu111 +tornado==6.1 +tqdm==4.42.1 +traitlets==5.1.0 +ttach==0.0.3 +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.5 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +Werkzeug==2.0.2 +widgetsnbextension==3.5.1 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/data_processing/EDA_vis_tools/EDA.txt b/release/data_processing/EDA_vis_tools/EDA.txt new file mode 100644 index 0000000..057e966 --- /dev/null +++ b/release/data_processing/EDA_vis_tools/EDA.txt @@ -0,0 +1,62 @@ +argcomplete @ file:///home/conda/feedstock_root/build_artifacts/argcomplete_1619128689661/work +backcall @ file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work +backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1618230623929/work +certifi==2021.10.8 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy @ file:///home/conda/feedstock_root/build_artifacts/debugpy_1627074840854/work +decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1631346842025/work +docker-pycreds==0.4.0 +easydict==1.9 +entrypoints @ file:///home/conda/feedstock_root/build_artifacts/entrypoints_1605121927639/work/dist/entrypoints-0.3-py2.py3-none-any.whl +gitdb==4.0.7 +GitPython==3.1.24 +idna==3.3 +importlib-metadata @ file:///home/conda/feedstock_root/build_artifacts/importlib-metadata_1630267469306/work +ipykernel @ file:///home/conda/feedstock_root/build_artifacts/ipykernel_1634726325951/work/dist/ipykernel-6.4.2-py3-none-any.whl +ipython @ file:///home/conda/feedstock_root/build_artifacts/ipython_1632763775723/work +ipython-genutils==0.2.0 +jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1610146791823/work +jupyter-client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1633454794268/work +jupyter-core @ file:///home/conda/feedstock_root/build_artifacts/jupyter_core_1631852710654/work +kiwisolver==1.3.2 +matplotlib==3.4.3 +matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1631080358261/work +nest-asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1617163391303/work +numpy==1.21.2 +pandas==1.3.4 +parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1617148930513/work +pathtools==0.1.2 +pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1602535608087/work +pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work +Pillow==8.4.0 +promise==2.3 +prompt-toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1629903925368/work +protobuf==3.18.1 +psutil==5.8.0 +ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl +pycocotools==2.0.2 +Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1629119114968/work +pyparsing==2.4.7 +python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work +pytz==2021.3 +PyYAML==6.0 +pyzmq @ file:///home/conda/feedstock_root/build_artifacts/pyzmq_1631793305509/work +requests==2.26.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work +smmap==4.0.0 +subprocess32==3.5.4 +termcolor==1.1.0 +tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1610094704591/work +traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1630423529112/work +typing-extensions @ file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1632313171031/work +urllib3==1.26.7 +wandb==0.12.5 +wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1600965781394/work +yaspin==2.1.0 +zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1633302054558/work diff --git a/release/data_processing/Passion-ateMix/requirements.txt b/release/data_processing/Passion-ateMix/requirements.txt new file mode 100644 index 0000000..4d1f8e1 --- /dev/null +++ b/release/data_processing/Passion-ateMix/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +apex @ file:///opt/ml/segmentation/unilm/beit/semantic_segmentation/apex +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs==21.2.0 +Babel==2.9.1 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==7.1.2 +colorama==0.4.4 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +Markdown==3.3.4 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.16 +mmdet @ file:///tmp/tmpv9i6mntr/mmdetection +mmsegmentation==0.11.0 +model-index==0.1.11 +munch==2.5.0 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +openmim==0.1.5 +ordered-set==4.0.2 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +tabulate==0.8.9 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/data_processing/Pseudo_labeling/Jaehyun_method/requirements.txt b/release/data_processing/Pseudo_labeling/Jaehyun_method/requirements.txt new file mode 100644 index 0000000..654967f --- /dev/null +++ b/release/data_processing/Pseudo_labeling/Jaehyun_method/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +appdirs==1.4.4 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work +Babel==2.9.1 +backcall==0.2.0 +black==19.10b0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.0 +# Editable install with no version control (mmsegmentation==0.11.0) +-e /opt/ml/mmsegmentation-0.11.0 +munch==2.5.0 +mypy-extensions==0.4.3 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathspec==0.7.0 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +regex @ file:///tmp/build/80754af9/regex_1629293481132/work +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +toml @ file:///tmp/build/80754af9/toml_1616166611790/work +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typed-ast @ file:///tmp/build/80754af9/typed-ast_1624953380449/work +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/data_processing/post_process_vis/CRF.txt b/release/data_processing/post_process_vis/CRF.txt new file mode 100644 index 0000000..c286e41 --- /dev/null +++ b/release/data_processing/post_process_vis/CRF.txt @@ -0,0 +1,78 @@ +argon2-cffi==21.1.0 +attrs==21.2.0 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.15.0 +crfseg==1.0.0 +cycler==0.11.0 +debugpy==1.5.1 +decorator==5.1.0 +defusedxml==0.7.1 +entrypoints==0.3 +ipykernel==6.5.0 +ipython==7.29.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +jsonschema==4.1.2 +jupyter==1.0.0 +jupyter-client==7.0.6 +jupyter-console==6.4.0 +jupyter-core==4.9.1 +jupyterlab-pygments==0.1.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mkl-fft==1.3.1 +mkl-random @ file:///tmp/build/80754af9/mkl_random_1626186064646/work +mkl-service==2.4.0 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +notebook==6.4.5 +numpy==1.21.3 +olefile @ file:///Users/ktietz/demo/mc3/conda-bld/olefile_1629805411829/work +opencv-python==4.5.4.58 +packaging==21.2 +pandas==1.3.4 +pandocfilters==1.5.0 +parso==0.8.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +prometheus-client==0.12.0 +prompt-toolkit==3.0.21 +ptyprocess==0.7.0 +pycparser==2.20 +pydensecrf @ git+https://github.com/lucasb-eyer/pydensecrf.git@0d53acbcf5123d4c88040fe68fbb9805fc5b2fb9 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +pyzmq==22.3.0 +qtconsole==5.1.1 +QtPy==1.11.2 +rarfile==4.0 +Send2Trash==1.8.0 +SimpleCRF==0.2.1.1 +six @ file:///tmp/build/80754af9/six_1623709665295/work +terminado==0.12.1 +testpath==0.5.0 +torch==1.10.0 +torchaudio==0.7.0a0+a853dff +torchvision==0.11.1 +tornado==6.1 +tqdm==4.62.3 +traitlets==5.1.1 +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +widgetsnbextension==3.5.2 diff --git a/release/segmentation_model/10_SwinB-UperNet/requirements.txt b/release/segmentation_model/10_SwinB-UperNet/requirements.txt new file mode 100644 index 0000000..654967f --- /dev/null +++ b/release/segmentation_model/10_SwinB-UperNet/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +appdirs==1.4.4 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work +Babel==2.9.1 +backcall==0.2.0 +black==19.10b0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.0 +# Editable install with no version control (mmsegmentation==0.11.0) +-e /opt/ml/mmsegmentation-0.11.0 +munch==2.5.0 +mypy-extensions==0.4.3 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathspec==0.7.0 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +regex @ file:///tmp/build/80754af9/regex_1629293481132/work +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +toml @ file:///tmp/build/80754af9/toml_1616166611790/work +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typed-ast @ file:///tmp/build/80754af9/typed-ast_1624953380449/work +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/12_SwinB-UperNet/requirements.txt b/release/segmentation_model/12_SwinB-UperNet/requirements.txt new file mode 100644 index 0000000..654967f --- /dev/null +++ b/release/segmentation_model/12_SwinB-UperNet/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +appdirs==1.4.4 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work +Babel==2.9.1 +backcall==0.2.0 +black==19.10b0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.0 +# Editable install with no version control (mmsegmentation==0.11.0) +-e /opt/ml/mmsegmentation-0.11.0 +munch==2.5.0 +mypy-extensions==0.4.3 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathspec==0.7.0 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +regex @ file:///tmp/build/80754af9/regex_1629293481132/work +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +toml @ file:///tmp/build/80754af9/toml_1616166611790/work +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typed-ast @ file:///tmp/build/80754af9/typed-ast_1624953380449/work +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/44_BEiT/requirements.txt b/release/segmentation_model/44_BEiT/requirements.txt new file mode 100644 index 0000000..4d1f8e1 --- /dev/null +++ b/release/segmentation_model/44_BEiT/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +apex @ file:///opt/ml/segmentation/unilm/beit/semantic_segmentation/apex +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs==21.2.0 +Babel==2.9.1 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==7.1.2 +colorama==0.4.4 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +Markdown==3.3.4 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.16 +mmdet @ file:///tmp/tmpv9i6mntr/mmdetection +mmsegmentation==0.11.0 +model-index==0.1.11 +munch==2.5.0 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +openmim==0.1.5 +ordered-set==4.0.2 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +tabulate==0.8.9 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/56_BEiT/requirements.txt b/release/segmentation_model/56_BEiT/requirements.txt new file mode 100644 index 0000000..4d1f8e1 --- /dev/null +++ b/release/segmentation_model/56_BEiT/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +apex @ file:///opt/ml/segmentation/unilm/beit/semantic_segmentation/apex +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs==21.2.0 +Babel==2.9.1 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==7.1.2 +colorama==0.4.4 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +Markdown==3.3.4 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.16 +mmdet @ file:///tmp/tmpv9i6mntr/mmdetection +mmsegmentation==0.11.0 +model-index==0.1.11 +munch==2.5.0 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +openmim==0.1.5 +ordered-set==4.0.2 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +tabulate==0.8.9 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/61_BEiT/requirements.txt b/release/segmentation_model/61_BEiT/requirements.txt new file mode 100644 index 0000000..654967f --- /dev/null +++ b/release/segmentation_model/61_BEiT/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +appdirs==1.4.4 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work +Babel==2.9.1 +backcall==0.2.0 +black==19.10b0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.0 +# Editable install with no version control (mmsegmentation==0.11.0) +-e /opt/ml/mmsegmentation-0.11.0 +munch==2.5.0 +mypy-extensions==0.4.3 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathspec==0.7.0 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +regex @ file:///tmp/build/80754af9/regex_1629293481132/work +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +toml @ file:///tmp/build/80754af9/toml_1616166611790/work +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typed-ast @ file:///tmp/build/80754af9/typed-ast_1624953380449/work +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/64_BEiT/requirements.txt b/release/segmentation_model/64_BEiT/requirements.txt new file mode 100644 index 0000000..654967f --- /dev/null +++ b/release/segmentation_model/64_BEiT/requirements.txt @@ -0,0 +1,130 @@ +addict==2.4.0 +albumentations==1.0.3 +anyio==3.3.3 +appdirs==1.4.4 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs @ file:///tmp/build/80754af9/attrs_1620827162558/work +Babel==2.9.1 +backcall==0.2.0 +black==19.10b0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +mmcv-full==1.3.0 +# Editable install with no version control (mmsegmentation==0.11.0) +-e /opt/ml/mmsegmentation-0.11.0 +munch==2.5.0 +mypy-extensions==0.4.3 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathspec==0.7.0 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.4.0 +pretrainedmodels==0.7.4 +prettytable==2.3.0 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.19.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==22.3.0 +regex @ file:///tmp/build/80754af9/regex_1629293481132/work +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==5.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +termcolor==1.1.0 +terminado==0.12.1 +terminaltables==3.1.0 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +toml @ file:///tmp/build/80754af9/toml_1616166611790/work +torch==1.7.1 +torchaudio==0.7.2 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +typed-ast @ file:///tmp/build/80754af9/typed-ast_1624953380449/work +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yapf==0.31.0 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/HRNetV2_W64_OCR/crf_requirements.txt b/release/segmentation_model/HRNetV2_W64_OCR/crf_requirements.txt new file mode 100644 index 0000000..b7940cc --- /dev/null +++ b/release/segmentation_model/HRNetV2_W64_OCR/crf_requirements.txt @@ -0,0 +1,38 @@ +backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1618230623929/work +certifi==2016.9.26 +cycler==0.10.0 +Cython==0.29.24 +decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1631346842025/work +entrypoints @ file:///home/conda/feedstock_root/build_artifacts/entrypoints_1605121927639/work/dist/entrypoints-0.3-py2.py3-none-any.whl +imageio==2.9.0 +ipykernel @ file:///home/conda/feedstock_root/build_artifacts/ipykernel_1620912934572/work/dist/ipykernel-5.5.5-py3-none-any.whl +ipython==5.8.0 +ipython-genutils==0.2.0 +jupyter-client==5.3.4 +jupyter-core==4.5.0 +kiwisolver==1.3.1 +matplotlib==3.3.4 +networkx==2.5.1 +numpy==1.19.5 +pandas==1.1.5 +pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1602535608087/work +pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work +Pillow==8.4.0 +prompt-toolkit==1.0.15 +ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl +pydensecrf==1.0rc3 +Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1629119114968/work +pyparsing==3.0.1 +python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work +pytz==2021.3 +PyWavelets==1.1.1 +pyzmq @ file:///home/conda/feedstock_root/build_artifacts/pyzmq_1631793305981/work +scikit-image==0.17.2 +scipy==1.5.4 +simplegeneric==0.8.1 +six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work +tifffile==2020.9.3 +tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1610094701020/work +tqdm==4.62.3 +traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1631041982274/work +wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1600965781394/work diff --git a/release/segmentation_model/HRNetV2_W64_OCR/segmentation_requirements.txt b/release/segmentation_model/HRNetV2_W64_OCR/segmentation_requirements.txt new file mode 100644 index 0000000..e46ec16 --- /dev/null +++ b/release/segmentation_model/HRNetV2_W64_OCR/segmentation_requirements.txt @@ -0,0 +1,119 @@ +adamp==0.3.0 +albumentations==1.0.3 +anyio==3.3.3 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs==21.2.0 +Babel==2.9.1 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +gitdb==4.0.7 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kiwisolver==1.3.2 +MarkupSafe==2.0.1 +matplotlib==3.4.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +munch==2.5.0 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.2 +opencv-python==4.2.0.34 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==8.3.2 +pretrainedmodels==0.7.4 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.18.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.7 +pyrsistent==0.18.0 +python-dateutil==2.8.2 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==5.4.1 +pyzmq==22.3.0 +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.16.0 +smmap==4.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +termcolor==1.1.0 +terminado==0.12.1 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +torch==1.7.1 +torchaudio==0.7.2 +torchsummary==1.5.1 +torchvision==0.8.2 +tornado==6.1 +tqdm==4.28.1 +traitlets==5.1.0 +ttach==0.0.3 +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.5 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +widgetsnbextension==3.5.1 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/SMP/requirements.txt b/release/segmentation_model/SMP/requirements.txt new file mode 100644 index 0000000..20e67be --- /dev/null +++ b/release/segmentation_model/SMP/requirements.txt @@ -0,0 +1,130 @@ +absl-py==0.14.1 +adamp==0.3.0 +albumentations==1.0.3 +anyio==3.3.3 +argcomplete==1.12.3 +argon2-cffi==21.1.0 +attrs==21.2.0 +Babel==2.9.1 +backcall==0.2.0 +bleach==4.1.0 +certifi==2021.10.8 +cffi==1.14.6 +charset-normalizer==2.0.7 +click==8.0.3 +colorama==0.4.4 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy==1.5.0 +decorator==5.1.0 +defusedxml==0.7.1 +docker-pycreds==0.4.0 +efficientnet-pytorch==0.6.3 +entrypoints==0.3 +future==0.18.2 +gitdb==4.0.7 +GitPython==3.1.24 +grpcio==1.41.0 +idna==3.3 +imageio==2.9.0 +importlib-metadata==4.8.1 +ipykernel==6.4.1 +ipython==7.28.0 +ipython-genutils==0.2.0 +ipywidgets==7.6.5 +jedi==0.18.0 +Jinja2==3.0.2 +json5==0.9.4 +jsonschema==4.1.0 +jupyter-client==7.0.6 +jupyter-core==4.8.1 +jupyter-server==1.11.1 +jupyterlab==3.1.18 +jupyterlab-pygments==0.1.2 +jupyterlab-server==2.8.2 +jupyterlab-widgets==1.0.2 +kaptan==0.5.12 +kiwisolver==1.3.2 +libtmux==0.10.1 +Markdown==3.3.4 +MarkupSafe==1.1.1 +matplotlib==3.1.3 +matplotlib-inline==0.1.3 +mistune==0.8.4 +munch==2.5.0 +nbclassic==0.3.2 +nbclient==0.5.4 +nbconvert==6.2.0 +nbformat==5.1.3 +nest-asyncio==1.5.1 +networkx==2.6.3 +notebook==6.4.4 +numpy==1.21.2 +opencv-python==4.2.0.34 +opencv-python-headless==4.5.3.56 +packaging==21.0 +pandas==1.3.3 +pandocfilters==1.5.0 +parso==0.8.2 +pathtools==0.1.2 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==6.2.2 +pretrainedmodels==0.7.4 +prometheus-client==0.11.0 +promise==2.3 +prompt-toolkit==3.0.20 +protobuf==3.18.1 +psutil==5.8.0 +ptyprocess==0.7.0 +pycocotools==2.0.2 +pycparser==2.20 +Pygments==2.10.0 +pyparsing==2.4.6 +pyrsistent==0.18.0 +python-dateutil==2.8.1 +pytorch-toolbelt==0.4.4 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==5.4.1 +pyzmq==22.3.0 +requests==2.26.0 +requests-unixsocket==0.2.0 +scikit-image==0.18.3 +scipy==1.7.1 +seaborn==0.11.2 +segmentation-models-pytorch==0.1.3 +Send2Trash==1.8.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six==1.14.0 +smmap==4.0.0 +sniffio==1.2.0 +subprocess32==3.5.4 +tensorboard==1.14.0 +termcolor==1.1.0 +terminado==0.12.1 +testpath==0.5.0 +tifffile==2021.10.12 +timm==0.3.2 +tmuxp==1.9.2 +torch==1.8.1+cu111 +torchaudio==0.8.1 +torchtext==0.9.1 +torchvision==0.9.1+cu111 +tornado==6.1 +tqdm==4.42.1 +traitlets==5.1.0 +ttach==0.0.3 +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.5 +wcwidth==0.2.5 +webcolors==1.11.1 +webencodings==0.5.1 +websocket-client==1.2.1 +Werkzeug==2.0.2 +widgetsnbextension==3.5.1 +yaspin==2.1.0 +zipp==3.6.0 diff --git a/release/segmentation_model/UNet-mmseg/mmsegUNet.txt b/release/segmentation_model/UNet-mmseg/mmsegUNet.txt new file mode 100644 index 0000000..da42cb6 --- /dev/null +++ b/release/segmentation_model/UNet-mmseg/mmsegUNet.txt @@ -0,0 +1,58 @@ +addict==2.4.0 +certifi==2021.10.8 +charset-normalizer==2.0.7 +click==7.1.2 +colorama==0.4.4 +configparser==5.0.2 +cycler==0.11.0 +Cython==0.29.24 +docker-pycreds==0.4.0 +gitdb==4.0.9 +GitPython==3.1.24 +idna==3.3 +kiwisolver==1.3.2 +Markdown==3.3.4 +matplotlib==3.4.3 +mkl-fft==1.3.1 +mkl-random @ file:///tmp/build/80754af9/mkl_random_1626186064646/work +mkl-service==2.4.0 +mmcv-full==1.3.16 +mmdet @ file:///tmp/tmp3mf9s9ka/mmdetection +-e git+https://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@github.com/boostcampaitech2/semantic-segmentation-level2-cv-16.git@3aef360d787a4e7687ba1be9ab54a9a89df49c93#egg=mmsegmentation&subdirectory=dev/model_develop/UNet/mmsegUNet/mmsegmentation +model-index==0.1.11 +numpy @ file:///tmp/build/80754af9/numpy_and_numpy_base_1634095647912/work +olefile @ file:///Users/ktietz/demo/mc3/conda-bld/olefile_1629805411829/work +opencv-python==4.5.4.58 +openmim==0.1.5 +ordered-set==4.0.2 +packaging==21.0 +pandas==1.3.4 +pathtools==0.1.2 +Pillow==8.4.0 +prettytable==2.2.1 +promise==2.3 +protobuf==3.19.1 +psutil==5.8.0 +pycocotools==2.0.2 +pyparsing==3.0.3 +python-dateutil==2.8.2 +pytz==2021.3 +PyYAML==6.0 +requests==2.26.0 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six @ file:///tmp/build/80754af9/six_1623709665295/work +smmap==5.0.0 +subprocess32==3.5.4 +tabulate==0.8.9 +termcolor==1.1.0 +terminaltables==3.1.0 +torch==1.7.1 +torchaudio==0.7.0a0+a853dff +torchvision==0.8.2 +typing-extensions @ file:///tmp/build/80754af9/typing_extensions_1631814937681/work +urllib3==1.26.7 +wandb==0.12.6 +wcwidth==0.2.5 +yapf==0.31.0 +yaspin==2.1.0 diff --git a/release/segmentation_model/UNet3+/UNet3p.txt b/release/segmentation_model/UNet3+/UNet3p.txt new file mode 100644 index 0000000..a45d37d --- /dev/null +++ b/release/segmentation_model/UNet3+/UNet3p.txt @@ -0,0 +1,75 @@ +albumentations==1.1.0 +backcall @ file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work +backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1618230623929/work +certifi==2021.10.8 +charset-normalizer==2.0.7 +click==8.0.3 +configparser==5.0.2 +cycler==0.10.0 +Cython==0.29.24 +debugpy @ file:///home/conda/feedstock_root/build_artifacts/debugpy_1627074852499/work +decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1631346842025/work +docker-pycreds==0.4.0 +entrypoints @ file:///home/conda/feedstock_root/build_artifacts/entrypoints_1605121927639/work/dist/entrypoints-0.3-py2.py3-none-any.whl +gitdb==4.0.7 +GitPython==3.1.24 +idna==3.3 +imageio==2.9.0 +ipykernel @ file:///home/conda/feedstock_root/build_artifacts/ipykernel_1634726336619/work/dist/ipykernel-6.4.2-py3-none-any.whl +ipython @ file:///home/conda/feedstock_root/build_artifacts/ipython_1632763767549/work +ipython-genutils==0.2.0 +jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1610146791023/work +joblib==1.1.0 +jupyter-client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1633454794268/work +jupyter-core @ file:///home/conda/feedstock_root/build_artifacts/jupyter_core_1631852756538/work +kiwisolver==1.3.2 +matplotlib==3.4.3 +matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1631080358261/work +nest-asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1617163391303/work +networkx==2.6.3 +numpy==1.21.3 +opencv-python==4.5.4.58 +opencv-python-headless==4.5.4.58 +pandas==1.3.4 +parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1617148930513/work +pathtools==0.1.2 +pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1602535608087/work +pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work +Pillow==8.4.0 +promise==2.3 +prompt-toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1629903925368/work +protobuf==3.19.0 +psutil==5.8.0 +ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1609419310487/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl +pycocotools==2.0.2 +Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1629119114968/work +pyparsing==2.4.7 +python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1626286286081/work +pytorch_msssim==0.1 +pytz==2021.3 +PyWavelets==1.1.1 +PyYAML==6.0 +pyzmq==19.0.2 +qudida==0.0.4 +requests==2.26.0 +scikit-image==0.18.3 +scikit-learn==1.0 +scipy==1.7.1 +sentry-sdk==1.4.3 +shortuuid==1.0.1 +six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work +smmap==4.0.0 +subprocess32==3.5.4 +termcolor==1.1.0 +threadpoolctl==3.0.0 +tifffile==2021.10.12 +torch==1.7.1+cu110 +torchaudio==0.7.2 +torchvision==0.8.2+cu110 +tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1610094706440/work +traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1630423529112/work +typing-extensions==3.10.0.2 +urllib3==1.26.7 +wandb==0.12.5 +wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1600965781394/work +yaspin==2.1.0