3DShapeNets icon indicating copy to clipboard operation
3DShapeNets copied to clipboard

Running rec_test.m without pretraining

Open ghost opened this issue 7 years ago • 2 comments

There are 4 files, discriminative_10_class.mat, discriminative_40_class.mat, generative_10_class.mat and generative_40_class.mat, which I think are pre-trained models. But when I run call rec_test.m with any of these models, I get the following error:

Error using feval Argument must contain a string or function_handle.

Error in myConvolve2 (line 32) target_gpu = feval(kConv,...

Error in rec_test (line 43) hidden_presigmoid = myConvolve2(kConv_forward2, batch_data, model.layers{l}.uw, stride, 'forward');

My question is whether pre-training using run_pretrain.m is necessary for running rec_test.m. Also, from where do we get the accuracy of the test data?

Thanks

ghost avatar May 11 '17 12:05 ghost

I also receive this error when trying to run sample_test_classification, even after running run_pretrain.m and passing in the trained model. Did you ever get an answer to this question? Also, how do I run the model to classify a given depth image (i.e. which file does this)? Thanks, Justin

jawhster avatar Aug 30 '17 21:08 jawhster

Have you received any answers?

tr4B avatar Oct 12 '17 14:10 tr4B