ICON icon indicating copy to clipboard operation
ICON copied to clipboard

scripts/render_single.sh: line 33: 137550 Killed

Open hcp6897 opened this issue 2 years ago • 1 comments

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----------

hcp6897 avatar Oct 01 '22 10:10 hcp6897

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)

FrankieMAN-YU avatar Dec 21 '22 12:12 FrankieMAN-YU