Skip to content

Don't use absolute paths to .npy measurements in `measurements.json`

Measurements that are np.ndarray are stored in separate .npy files and paths to them are specified in the corresponding <label_image_name>_measurements.json file. Right now, the paths are absolute, so the projects are not really portable.

The solution is to switch to relative paths.

Edited by Radoslav Mráz