uzh-rpg / RVT

Implementation of "Recurrent Vision Transformers for Object Detection with Event Cameras". CVPR 2023
MIT License
315 stars 41 forks source link

visualization #9

Open jyh3690 opened 1 year ago

jyh3690 commented 1 year ago

after i validation,i have outputs with .yaml and validation_logs,but how i can visualize the detected box?thanks!

magehrig commented 1 year ago

Similar to https://github.com/uzh-rpg/RVT/issues/7

At the moment, you have to write the code to do this yourself. Currently, the repo only provides the code to replicate the results in the paper without any add-ons.

But your request is reasonable, and it would be nice to visualize the output. I hope that I can provide an example soon. In the meantime, you can have a look at the code that already logs predictions for a start.

jyh3690 commented 1 year ago

I appreciate your teturn on this!Thanks a ton.

jiali222333 commented 1 year ago

@jyh3690 Have you implemented visualization features? May I refer to your code, please?