Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running example on jetson tx2 #197

Closed
mehulsuresh opened this issue Mar 25, 2020 · 1 comment
Closed

Error running example on jetson tx2 #197

mehulsuresh opened this issue Mar 25, 2020 · 1 comment

Comments

@mehulsuresh
Copy link

hey trying to run the tensorrt example and io keep getting this error
Any help is appreciated thanks

Converting ssd_inception_v2_coco to trt…
2020-03-25 12:56:57.029303: F tensorflow/core/util/device_name_utils.cc:92] Check failed: IsJobName(job)
Aborted (core dumped)

@mehulsuresh
Copy link
Author

Solved! solution was to add this line force_nms_cpu=False in build_detection_graph
frozen_graph, input_names, output_names = build_detection_graph(
config=config_path,
checkpoint=checkpoint_path,
force_nms_cpu=False
)

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

No branches or pull requests

1 participant