1 VERIFICATION_SCRIPT = os.path.join(paths['APIMODEL_PATH'], 'research', 'object_detection', 'builders', 'model_builder_tf2_test.py')
I downloaded TF Models Pretrained Models from Tensorflow Model Zoo and Installed TFOD. I wanted to verify the installation.Tensorflow Model Zoo installation verification This is the error I got when I run the cell. name 'paths' is not defined. How do I solve this?