Skip to content

Commit

Permalink
Crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillobar authored Sep 3, 2023
1 parent 7909a41 commit 588fe74
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rope.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
call venv\Scripts\activate.bat
python Rope.py
pause
5 changes: 5 additions & 0 deletions Rope.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3

from rope import Coordinator
if __name__ == "__main__":
Coordinator.run()
19 changes: 19 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 588fe74

Please sign in to comment.