Stuck on "End" #120

Open
opened 2021-09-17 17:40:00 +02:00 by st4tus · 9 comments
st4tus commented 2021-09-17 17:40:00 +02:00 (Migrated from github.com)

Last couple of lines of the logs below, no matter what configuration of arguments is used, it's stuck on End and it's not doing anything.

tf_log: False
use_dropout: False
use_encoded_image: False
use_mask: False
verbose: False
video_path: ./demo_file/multi_people_1080p.mp4
which_epoch: latest
-------------- End ----------------
Last couple of lines of the logs below, no matter what configuration of arguments is used, it's stuck on End and it's not doing anything. ``` tf_log: False use_dropout: False use_encoded_image: False use_mask: False verbose: False video_path: ./demo_file/multi_people_1080p.mp4 which_epoch: latest -------------- End ---------------- ```
harlankolo commented 2021-09-17 23:07:23 +02:00 (Migrated from github.com)

Same problem here.

Same problem here.
bradteemo commented 2021-09-19 05:35:26 +02:00 (Migrated from github.com)

same problem, RTX 3070 laptop. Stuck on "END", not processing. Any help plz?

same problem, RTX 3070 laptop. Stuck on "END", not processing. Any help plz?
realies commented 2021-09-21 20:22:47 +02:00 (Migrated from github.com)
https://github.com/neuralchen/SimSwap/issues/71#issuecomment-920303689
st4tus commented 2021-09-21 20:47:30 +02:00 (Migrated from github.com)

#71 (comment)

Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - cudatoolkit=11.1
> [#71 (comment)](https://github.com/neuralchen/SimSwap/issues/71#issuecomment-920303689) ``` Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following packages are not available from current channels: - cudatoolkit=11.1 ```
realies commented 2021-09-22 01:23:35 +02:00 (Migrated from github.com)

@st4tus, I've updated the comment.

@st4tus, I've updated the comment.
st4tus commented 2021-09-22 18:21:56 +02:00 (Migrated from github.com)

@st4tus, I've updated the comment.

ERROR conda.core.link:_execute(699): An error occurred while installing package 'conda-forge::cudatoolkit-11.1.1-heb2d755_7'.
Rolling back transaction: done

LinkError: post-link script failed for package conda-forge::cudatoolkit-11.1.1-heb2d755_7
location of failed script: C:\ProgramData\Anaconda3\Scripts\.cudatoolkit-post-link.bat
==> script messages <==
"By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html"

==> script output <==
stdout:
stderr: 'chcp' is not recognized as an internal or external command,
operable program or batch file.
'chcp' is not recognized as an internal or external command,
operable program or batch file.
'chcp' is not recognized as an internal or external command,
operable program or batch file.

return code: 1

()
> @st4tus, I've updated the comment. ``` ERROR conda.core.link:_execute(699): An error occurred while installing package 'conda-forge::cudatoolkit-11.1.1-heb2d755_7'. Rolling back transaction: done LinkError: post-link script failed for package conda-forge::cudatoolkit-11.1.1-heb2d755_7 location of failed script: C:\ProgramData\Anaconda3\Scripts\.cudatoolkit-post-link.bat ==> script messages <== "By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html" ==> script output <== stdout: stderr: 'chcp' is not recognized as an internal or external command, operable program or batch file. 'chcp' is not recognized as an internal or external command, operable program or batch file. 'chcp' is not recognized as an internal or external command, operable program or batch file. return code: 1 () ```
st4tus commented 2021-09-22 18:36:31 +02:00 (Migrated from github.com)

@st4tus, I've updated the comment.

and when running the first example command after your suggestion: python test_one_image.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/

Traceback (most recent call last):
  File "test_one_image.py", line 30, in <module>
    opt = TestOptions().parse()
  File "C:\users\status\desktop\pog\options\base_options.py", line 84, in parse
    torch.cuda.set_device(self.opt.gpu_ids[0])
  File "C:\ProgramData\Anaconda3\envs\simswap\lib\site-packages\torch\cuda\__init__.py", line 264, in set_device
    torch._C._cuda_setDevice(device)
AttributeError: module 'torch._C' has no attribute '_cuda_setDevice'
> @st4tus, I've updated the comment. and when running the first example command after your suggestion: python test_one_image.py --isTrain false --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path crop_224/6.jpg --pic_b_path crop_224/ds.jpg --output_path output/ ``` Traceback (most recent call last): File "test_one_image.py", line 30, in <module> opt = TestOptions().parse() File "C:\users\status\desktop\pog\options\base_options.py", line 84, in parse torch.cuda.set_device(self.opt.gpu_ids[0]) File "C:\ProgramData\Anaconda3\envs\simswap\lib\site-packages\torch\cuda\__init__.py", line 264, in set_device torch._C._cuda_setDevice(device) AttributeError: module 'torch._C' has no attribute '_cuda_setDevice' ```
st4tus commented 2021-09-22 18:37:38 +02:00 (Migrated from github.com)

I mean, can you just not create a GUI? I swear 98% of Github repositories never worked for me it's such a shame, you're wasting your potential... (speaking to creator now)

I mean, can you just not create a GUI? I swear 98% of Github repositories never worked for me it's such a shame, you're wasting your potential... (speaking to creator now)
rolandbarthes commented 2021-10-22 03:48:53 +02:00 (Migrated from github.com)

Solved by dodo295 for me, thanks! (GTX 3070)

https://github.com/neuralchen/SimSwap/issues/15#issuecomment-866039674

Solved by dodo295 for me, thanks! (GTX 3070) https://github.com/neuralchen/SimSwap/issues/15#issuecomment-866039674
Sign in to join this conversation.