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

Visualization problems #46

Open
EyoungZhang opened this issue Apr 8, 2024 · 1 comment
Open

Visualization problems #46

EyoungZhang opened this issue Apr 8, 2024 · 1 comment

Comments

@EyoungZhang
Copy link

Hello, could you please provide me with the visual code? Thanks

@magehrig
Copy link
Contributor

Same issue as #9
If you are interested how visualization is done in the code:

ev_img = self.ev_repr_to_img(ev_tensor.cpu().numpy())
predictions_proph = outputs[ObjDetOutput.PRED_PROPH]
prediction_img = ev_img.copy()
draw_bboxes(prediction_img, predictions_proph, labelmap=self.label_map)

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

2 participants