Moodstocks / gtsrb.torch

Traffic sign recognition with Torch

Home Page:http://torch.ch/blog/2015/09/07/spatial_transformers.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualization of Predicted results

arvindiitm opened this issue · comments

Hi I am very new to Torch
I am successfully able to reproduce the results with GTSRB dataset but I am not able to see the predicted results visually for cross verify the accuracy .How to visualize the results .
I did not find any link which can help me out .

Hi,
You can start torch using the qlua command (that is a classic lua interpreter with support for qt display) and image.display() to display images.

If you are running the whole thing in itorch, then you can just use itorch.image to display stuff in the notebook.
If you don't use itorch and want to open a window while the main script is running to plot some image, you should start the main script with qlua and use image.display() to show the image.