The BUG was introduced to reefscan-desktop-data-manager while modifying for use with gen2 hardware.
The problem is at line 78 of sub_sample.py.
The width and height are written to file photos.json which is created during the subset operation and used by the reefcloud upload in reefscan_aws
My suggested fix is to remove height and width from the photos.json file created by reefscan-desktop-data-manager. Then modify reefscan_aws to ignore those columns if they exist. In this way there is no urgency to deploy the changes to reefscan-desktop-data-manager.
The BUG was introduced to
reefscan-desktop-data-managerwhile modifying for use with gen2 hardware.The problem is at line 78 of
sub_sample.py.The width and height are written to file
photos.jsonwhich is created during the subset operation and used by the reefcloud upload inreefscan_awsMy suggested fix is to remove height and width from the
photos.jsonfile created byreefscan-desktop-data-manager. Then modifyreefscan_awsto ignore those columns if they exist. In this way there is no urgency to deploy the changes toreefscan-desktop-data-manager.