MoonBlvd / tad-IROS2019

Code of the Unsupervised Traffic Accident Detection paper in Pytorch.
MIT License
164 stars 39 forks source link

prediction result visualization #18

Open linchunmian opened 4 years ago

linchunmian commented 4 years ago

Hi, I want to do some visualization to make the predicted result more clear, just like the figure as presented in your paper. How should I do? Please help me. Thanks!

MoonBlvd commented 4 years ago

Hi @ChunmianLin I think there are planty of ways to do visualization. I used python matplotlib library for plotting.

linchunmian commented 4 years ago

@MoonBlvd Many thanks for your reply. But I mean, is there any visualization code in your project, that can generate the predicted figure as the similar as presented in your paper?

MoonBlvd commented 4 years ago

Hi @ChunmianLin we do not have the visualization code prepared yet. You should be able to easily visualize the data by any tooling I mentioned above.

linchunmian commented 4 years ago

Many thanks.