1
votes

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?

Welcome to Stack Overflow... Please take the time to prepare a clear concise question that includes a complete Minimal Reproducible Example containing both data, and code that can be copied and pasted along with a clear description of what is wrong with your current effort. Also, post the complete error report starting with traceback. You can surround the report with 3` before and 3` after to properly format the output. - itprorh66
Ok, I have added more details with an embedded image. - Dextlin