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 of Predicted results #11

Open
arvindiitm opened this issue Apr 13, 2017 · 3 comments
Open

Visualization of Predicted results #11

arvindiitm opened this issue Apr 13, 2017 · 3 comments

Comments

@arvindiitm
Copy link

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 .

@albanD
Copy link
Contributor

albanD commented Apr 13, 2017

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.

@arvindiitm
Copy link
Author

arvindiitm commented Apr 13, 2017 via email

@albanD
Copy link
Contributor

albanD commented Apr 13, 2017

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.

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