This PR reduces the file size of the produced data. Specifically, the following was changed:
Removal of 8-bit preview images
Removal of preview images for segmentation
Removed need for copying patches, instead patch cropping is split into two steps (quadrilaterals and cropping) which directly generate the final patches
Other changes include:
made tracking deterministic by setting random seed
Moved view_gps and plot_reconstruction into scripts folder
This PR reduces the file size of the produced data. Specifically, the following was changed:
Other changes include: