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

feat: adding release v0.13.0 of CV-CUDA #219

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

milesp-nvidia
Copy link
Member

No description provided.

gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size)
bboxes, probabilities = inference(result)

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable bboxes is not used.
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size)
bboxes, probabilities = inference(result)

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable probabilities is not used.
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size)
bboxes, probabilities = inference(result)

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable bboxes is not used.
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size)
bboxes, probabilities = inference(result)

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable probabilities is not used.
gradient_img_batch = generate_images(width=1080, height=1920, N=batch_size)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size)
bboxes, probabilities = inference(result)

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable bboxes is not used.
while time.time() - start_time < duration:
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size) # noqa: F841

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable result is not used.
while time.time() - start_time < duration:
gradient_img_batch = generate_images(width=1080, height=1920, N=batch_size)
image_size = (target_img_width, target_img_height)
result = preprocess(gradient_img_batch, image_size) # noqa: F841

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable result is not used.
while time.time() - start_time < duration:
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess_into(gradient_img_batch, image_size) # noqa: F841

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable result is not used.
while time.time() - start_time < duration:
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess_into(gradient_img_batch, image_size) # noqa: F841

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable result is not used.
while time.time() - start_time < duration:
gradient_img_batch = generate_images(N=batch_size, random_size=True)
image_size = (target_img_width, target_img_height)
result = preprocess_into(gradient_img_batch, image_size) # noqa: F841

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable result is not used.
Copy link
Contributor

@dlesage-nvidia dlesage-nvidia left a comment

Choose a reason for hiding this comment

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

Approved

@milesp-nvidia milesp-nvidia merged commit 2a73733 into main Dec 5, 2024
4 checks passed
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.

3 participants