The requirements in this repo are for Linux users, and I couldn't understand fully about that there is another download file for run this code.
First for running this code MATLAB, we should download another MATLAB utilities from https://github.com/ultralytics/functions-matlab
and there are some useful utilites used in the code 'buildscene.m' like 'fig' functions from line 19.
Next I tried to run this code with addpath for MATLAB utilites and for convenience, I put this kinect folder into the MATLAB utility folder, 'functions-matlab'. And then I run the code addpath to all folders.
Also, I think the code 'addpath(genpath('/functions-matlab'))' should be changed to
'addpath(genpath('./functions-matlab'))' (add a mark) is it right? I did it anyway.
The requirements in this repo are for Linux users, and I couldn't understand fully about that there is another download file for run this code.
First for running this code MATLAB, we should download another MATLAB utilities from https://github.com/ultralytics/functions-matlab
and there are some useful utilites used in the code 'buildscene.m' like 'fig' functions from line 19.
Next I tried to run this code with addpath for MATLAB utilites and for convenience, I put this kinect folder into the MATLAB utility folder, 'functions-matlab'. And then I run the code addpath to all folders.
Also, I think the code 'addpath(genpath('/functions-matlab'))' should be changed to
'addpath(genpath('./functions-matlab'))' (add a mark) is it right? I did it anyway.