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

tensorflow blade python impl #189

Merged
merged 3 commits into from
Mar 24, 2022
Merged

tensorflow blade python impl #189

merged 3 commits into from
Mar 24, 2022

Conversation

Orion34-lanbo
Copy link
Collaborator

No description provided.

@Orion34-lanbo Orion34-lanbo changed the title tensorflow blade python related code tensorflow blade python impl Mar 23, 2022
@Orion34-lanbo Orion34-lanbo added the TensorflowBlade Features associated with TensorflowBlade label Mar 23, 2022
@@ -39,9 +39,6 @@ def _get_data(self,) -> Tuple[Dict[str, np.ndarray], List[np.ndarray]]:
scores = tf.compat.v1.placeholder(tf.float32, shape=[num_box], name="scores")

_ = tf.image.non_max_suppression(boxes, scores, max_output_size=8, name="nms",)
graph_def = tf.compat.v1.get_default_graph().as_graph_def()
Copy link
Collaborator

Choose a reason for hiding this comment

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

lol ...

action="store_true",
required=False,
default=False,
help="If True, tensorrt will be skipped for gpu build",
)
parser.add_argument(
'--skip_hie',
'--skip-hie',
Copy link
Collaborator

Choose a reason for hiding this comment

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

even though I prefer this style, but i've to remind that _ is used in internal code.

@Orion34-lanbo Orion34-lanbo merged commit fb1dba2 into main Mar 24, 2022
@Orion34-lanbo Orion34-lanbo deleted the features/tf_blade_py_src branch March 24, 2022 01:27
@Orion34-lanbo Orion34-lanbo mentioned this pull request Mar 27, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TensorflowBlade Features associated with TensorflowBlade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants