ICON
ICON copied to clipboard
scripts/render_single.sh: line 33: 137550 Killed
ubuntu 22.04 + NVIDIA 2080Ti.
I encountered this error when execute this script "bash scripts/render_batch.sh debug all".
thuman2 START----------
Debug renderer
Rendering thuman2 0001
/home/hcp/anaconda3/envs/metaverse/lib/python3.8/site-packages/scipy/__init__.py:146: UserWarning: A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.23.3
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
**scripts/render_single.sh: line 33: 137550 Killed python $PYTHON_SCRIPT -s $SUBJECT -o $SAVE_DIR -r $NUM_VIEWS -w $SIZE**
thuman2 END----------
As it said A NumPy version >=1.16.5 and <1.23.0 is required for this version of SciPy (detected version 1.23.3
Maybe u can try to install a numpy version between [1.16.5, 1.23.0)