Spaces:
Runtime error
Runtime error
runtime error
Space not ready. Reason: Error, exitCode: 1, message: None
Container logs:
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/elliottzheng/face-detection.git@master
Cloning https://github.com/elliottzheng/face-detection.git (to revision master) to /tmp/pip-req-build-2p35s_sx
Running command git clone --filter=blob:none --quiet https://github.com/elliottzheng/face-detection.git /tmp/pip-req-build-2p35s_sx
Resolved https://github.com/elliottzheng/face-detection.git to commit 096cbf438dab07a313dac3044653d211725d64ba
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy in /home/user/.local/lib/python3.8/site-packages (from face-detection==1.0.5) (1.23.4)
Requirement already satisfied: torch in /home/user/.local/lib/python3.8/site-packages (from face-detection==1.0.5) (1.12.1)
Requirement already satisfied: torchvision in /home/user/.local/lib/python3.8/site-packages (from face-detection==1.0.5) (0.13.1)
Requirement already satisfied: typing-extensions in /home/user/.local/lib/python3.8/site-packages (from torch->face-detection==1.0.5) (4.4.0)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /home/user/.local/lib/python3.8/site-packages (from torchvision->face-detection==1.0.5) (9.2.0)
Requirement already satisfied: requests in /home/user/.local/lib/python3.8/site-packages (from torchvision->face-detection==1.0.5) (2.28.1)
Requirement already satisfied: charset-normalizer<3,>=2 in /home/user/.local/lib/python3.8/site-packages (from requests->torchvision->face-detection==1.0.5) (2.1.1)
Requirement already satisfied: idna<4,>=2.5 in /home/user/.local/lib/python3.8/site-packages (from requests->torchvision->face-detection==1.0.5) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in /home/user/.local/lib/python3.8/site-packages (from requests->torchvision->face-detection==1.0.5) (2022.9.24)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/user/.local/lib/python3.8/site-packages (from requests->torchvision->face-detection==1.0.5) (1.26.12)
Building wheels for collected packages: face-detection
Building wheel for face-detection (setup.py): started
Building wheel for face-detection (setup.py): finished with status 'done'
Created wheel for face-detection: filename=face_detection-1.0.5-py3-none-any.whl size=1638315 sha256=80e649b51faa4187a37226ea687c70e6cb04e0513a575cab557c67ecb0752cf9
Stored in directory: /tmp/pip-ephem-wheel-cache-yinwpb2l/wheels/99/88/1d/b1e416a6280864d3235db4c27ad9efd5eae332f5e8fbb2ff3a
Successfully built face-detection
Installing collected packages: face-detection
Successfully installed face-detection-1.0.5
WARNING: You are using pip version 22.0.2; however, version 22.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
Cloning into '6DRepNet'...
Traceback (most recent call last):
File "app.py", line 14, in <module>
from model import SixDRepNet
ModuleNotFoundError: No module named 'model'