Hi all,
I am running the arcgis.learn model as below:
yolov3=arcgis.learn.YOLOv3(data)
yolov3.lr_find()
yolov3.fit(20,lr=None,one_cycle=True,checkpoint=False)
However, it has an error: ValueError: 'vertices' must be 2D with shape (M, 2). Your input has shape (0,).
<Figure size 576x576 with 4 Axes>
How can I fix this error?
Thank you so much for your help.