SEINE
SEINE copied to clipboard
Docker-Compose Script
Any chances there can be made a docker-compose.yaml file? Mac sadly does not support decor any more (>3.9) and with this in mind an easier approach would be to use docker?
(base) nilsbaumgartner@MacBook-Pro-von-Nils ~/Downloads/SEINE-main conda activate seine
(seine) nilsbaumgartner@MacBook-Pro-von-Nils ~/Downloads/SEINE-main pip install -r requirement.txt
Collecting torch==2.0.1 (from -r requirement.txt (line 1))
Downloading torch-2.0.1-cp39-none-macosx_10_9_x86_64.whl (143.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 MB 29.5 MB/s eta 0:00:00
Collecting torchaudio==2.0.2 (from -r requirement.txt (line 2))
Downloading torchaudio-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl (3.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 7.9 MB/s eta 0:00:00
Collecting torchvision==0.15.2 (from -r requirement.txt (line 3))
Downloading torchvision-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.4 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none)
ERROR: No matching distribution found for decord==0.6.0
(base) nilsbaumgartner@MacBook-Pro-von-Nils ~/Downloads/SEINE-main conda activate seine (seine) nilsbaumgartner@MacBook-Pro-von-Nils ~/Downloads/SEINE-main pip install -r requirement.txt Collecting torch==2.0.1 (from -r requirement.txt (line 1)) Downloading torch-2.0.1-cp39-none-macosx_10_9_x86_64.whl (143.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 MB 29.5 MB/s eta 0:00:00 Collecting torchaudio==2.0.2 (from -r requirement.txt (line 2)) Downloading torchaudio-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 7.9 MB/s eta 0:00:00 Collecting torchvision==0.15.2 (from -r requirement.txt (line 3)) Downloading torchvision-0.15.2-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 24.4 MB/s eta 0:00:00 ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none) ERROR: No matching distribution found for decord==0.6.0
@NilsBaumgartner1994 Hi, you can just remove decord from your docker-compose file since sampling videos do not rely on this.