uzh-rpg/RVT

Visualization problems

Opened this issue · 1 comments

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

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)