Open
Description
I am running the latest docker image and attempting to train a custom model with the tutorial here. I can't find any of the tensorflow models or scripts in the docker image. So I clone them down but when i try to run the research/object_detection/model_main_tf2.py script, I get a series of "module not found" errors.
What's the point of the docker image if it's not configured correctly? I don't understand how to use it as provided.