3DShapeNets
3DShapeNets copied to clipboard
Sample for reading model and class file
How do you read a model and class parameters to sample_test_classification(model,class) ?
The provided models are a struct and I receive an error
Undefined function 'merge_model' for input arguments of type 'struct'. Error in sample_test_classification (line 9) model = merge_model(model);
Hi Sid,
The merge_model function is in the folder generative/. Could you try adding that directory? Will that fix your problem?
Zhirong