bug report! cuda 11.71-- c3.10.6--ubuntu 22.04 pro
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'
我也是这样,我看了一下是pid = int(pname.rsplit("-", 1)[-1]) - 1会出问题,因为pname为MainProcess,作者可能希望是Process-i,i用来选择gpu,但是直接跑似乎无法实现这一点