From 588fe74e889a27dbdeb0810ba0ae282eaf061cd2 Mon Sep 17 00:00:00 2001 From: Hillobar <63615199+Hillobar@users.noreply.github.com> Date: Sun, 3 Sep 2023 08:14:10 -0700 Subject: [PATCH] Crystal --- Rope.bat | 3 +++ Rope.py | 5 +++++ requirements.txt | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 Rope.bat create mode 100644 Rope.py create mode 100644 requirements.txt diff --git a/Rope.bat b/Rope.bat new file mode 100644 index 00000000..c6f5c57a --- /dev/null +++ b/Rope.bat @@ -0,0 +1,3 @@ +call venv\Scripts\activate.bat +python Rope.py +pause \ No newline at end of file diff --git a/Rope.py b/Rope.py new file mode 100644 index 00000000..59b8345d --- /dev/null +++ b/Rope.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +from rope import Coordinator +if __name__ == "__main__": + Coordinator.run() \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..98712f47 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +--extra-index-url https://download.pytorch.org/whl/cu117 + +numpy==1.23.5 +opencv-python==4.7.0.72 +onnx==1.14.0 +insightface==0.7.3 +psutil==5.9.5 +tk==0.1.0 +pillow==9.5.0 +onnxruntime-gpu==1.15.0; +protobuf==4.23.2 +torch==2.0.1+cu117 +termcolor +regex +ftfy +torch +torchvision +torchaudio +segmentation_models_pytorch