GeneFacePlusPlus icon indicating copy to clipboard operation
GeneFacePlusPlus copied to clipboard

bug report! cuda 11.71-- c3.10.6--ubuntu 22.04 pro

Open jakeytan opened this issue 1 year ago • 1 comments

1-end order 1.bash docs/prepare_env/install_ext.sh

RuntimeError: Error compiling objects for extension error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

2-2 步骤2. 提取图片 2. ffmpeg -i data/raw/videos/${VIDEO_ID}.mp4 -vf fps=25,scale=w=512:h=512 -qmin 1 -q:v 1 -start_number 0 data/processed/videos/${VIDEO_ID}/gt_imgs/%08d.jpg python data_gen/utils/process_video/extract_segment_imgs.py --ds_name=nerf --vid_dir=data/raw/videos/${VIDEO_ID}.mp4 # extract image, segmap, and background

X connection to :1.0 broken (explicit kill or server shutdown).

solute: --force_single_process but so slower! and then report TypeError: '>=' not supported between instances of 'error' and 'int'

jakeytan avatar Mar 15 '24 04:03 jakeytan

我也是这样,我看了一下是pid = int(pname.rsplit("-", 1)[-1]) - 1会出问题,因为pname为MainProcess,作者可能希望是Process-i,i用来选择gpu,但是直接跑似乎无法实现这一点

qbqwolf avatar May 17 '24 10:05 qbqwolf