pointnerf
pointnerf copied to clipboard
RuntimeError: CUDA driver error: invalid resource handle
When I am trying to run bash dev_scripts/dtu_test_inf/inftest_scan1.sh
, i got this
training images = 16
dtu_ft train id [25, 21, 33, 22, 14, 15, 26, 30, 31, 35, 34, 43, 46, 29, 16, 36]
dtu_ft test id [32, 24, 23, 44]
self.plane_ind 0
/home/won147/miniconda3/envs/pointnerf/lib/python3.8/site-packages/numpy/core/shape_base.py:420: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
arrays = [asanyarray(arr) for arr in arrays]
dataset total: test 4
dataset [DtuDataset] was created
Traceback (most recent call last):
File "train_ft.py", line 1081, in
any suggestion is appreciated!