Skip to content

Conversation

@renzodgc
Copy link
Collaborator

No description provided.

@renzodgc renzodgc requested a review from pgrill October 18, 2021 16:50
logger.info('model does not exist under: {}, downloading from {}'.format(str(model_path), base_url + model_file))
os.makedirs(base_model_dir, exist_ok=True)
os.system("bash " + exporters_dir + "generate_mobilenet_tensorrt.bash")
if (pathlib.Path(model_path).suffix == ".pb"):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't if be an elif?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants