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

Ive got this program 'working' to some extent... but I need some clarification #19

Closed
caretbay47 opened this issue Oct 15, 2019 · 3 comments

Comments

@caretbay47
Copy link

So Ive gone through most of the code for this and I've fixed it to the point where i can actually run create_dataset.py without program breaking errors... However when I close the program there is only one 'img.jpg' is this how it is supposed to be or should there be a crap load of them?

@ardamavi
Copy link
Owner

If you can share your codes (as Pull Request), I can debug.

@caretbay47
Copy link
Author

No ik whats wrong with it... i just need to know, when is the program supposed to take screenshots... and what format should the images be in?... like np.float32 or np.float64 uint8 jpg ect... and the whole numpy array thing... whats the difference between save_img and screenshot() why do u need both of those

@ardamavi
Copy link
Owner

The screenshot is taken when you make a move (for example, when you press the key).
save_img: Saves screenshots
screenshot: Takes screenshots

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