3D-PRNN
3D-PRNN copied to clipboard
Error in primitive fitting code
Thank you for releasing the code. There are few error that I am getting while using the script script_parse_primitive.m.
- The
VoxelPlotterfunction is not there. However, I found out the code on the internet. Similarly there is a missing source file in minFunc_2012. That too I found online. - Loading previously parsed primitives is not working (that is re-running the script
script_parse_primitive.mwith previously parsed primitive), because of the following reasons: a. In the scriptscript_parse_primitive, there is error "Reference to non-existent field 'prim_all" for line 29. b. In the same script at line 71, "theta_prev = prim_param(vox_num_q,20);", there is an error about exceeding the dimension. I guess this is because it is trying to access 20th index, which is absent.
It seems that the pipeline is broken in between different script, e.g. script_parse_primitive.m, script_refine_parse_primitive.m and script_parse_primitive_symmetry.m. If you can provide solution to the second point, that will be great.