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