Cannot Run retraining create with MediaPipe object detection


NameError Traceback (most recent call last)

in <cell line: 1>() 2 train_data=train_data, 3 validation_data=validation_data, ----> 4 options=options)

NameError: name ‘options’ is not defined

Hi @donarias, The error message indicates that the options variable is not defined in your code. Could you please try to include the options variable and assign the related values to it and test the code. Thank You.

hello @Kiran_Sai_Ramineni, here’s the link to the code I’m executing => Google Colab

Hi @donarias, In the code which you shared in the colab i don’t see any argument called options. Could you please let me know in which specific part of the code you are facing this error. Thank You.

it’s during the installation of this line that the error occurs