Hi,
I'm getting an error when calling the prepare_data function in arcgis.learn. The error seems to originate from the data.py file inside the arcgis.learn site-package, inside the dataset_type == 'RCNN_Masks' statement. The error says that the variable 'right' is not yet assigned (which is true because it seems it is only defined inside another dataset_type statement).
API version: 1.7.0
ArcGIS Pro 2.5
