surface_normals icon indicating copy to clipboard operation
surface_normals copied to clipboard

Error when trying to visualize the NYU

Open yipengm opened this issue 6 years ago • 0 comments

The provided command can work but when I was trying to add -vis (I want to see the output prediction) in it, the error appeared:

th test_model_on_NYU_NO_CROP.lua -num_iter 1000 -prev_model_file ../
results/hourglass3_softplus_margin_log/wn1_n5000_d800/model_period2_100000.t7 -vis -test_set 654_NYU_MITpaper_test_imgs_orig_size_points.csv -mode test
loading pre load t7 file...	
Hyper params: 	
csv_file_name:	../../data/654_NYU_MITpaper_test_imgs_orig_size_points.csv	
N test samples:	654	
n_iter = 654	
Found Environment variable CUDNN_PATH = /home/yipengm/.conda/envs/cuda5/lib/libcudnn.so.5Model file:	../results/hourglass3_softplus_margin_log/wn1_n5000_d800/model_period2_100000.t7	
/home/yipengm/torch/install/bin/luajit: bad argument #1 to '?' (tensor must have one dimension at /home/yipengm/torch/pkg/torch/lib/TH/generic/THTensorMath.c:558)
stack traceback:
	[C]: at 0x7f7417c6e3d0
	[C]: in function 'min'
	test_model_on_NYU_NO_CROP.lua:867: in main chunk
	[C]: in function 'dofile'
	...engm/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
	[C]: at 0x00405d50

The -vis work well in the KITTI but doesn't work in NYU

yipengm avatar Aug 22 '18 05:08 yipengm