-
Notifications
You must be signed in to change notification settings - Fork 13
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
The option to change the food art style to classic is now gone #70
Comments
To fix this we will have to update all food templates. For instance, this one of canned food. This can be done by making small cropped snapshots around the food item, such that the computer vision system are aware which food are what. Regarding the testing steps being outdated, it would be nice to know what needs to be changed. Are you interested in making a PR? |
Sure, I can at least update the readme, and possibly update the food templates. |
It looks like the templates aren't the only reason I got the error. It doesn't look like the dimension scaling works on my 3456 × 2234 macbook pro. |
Would be great if you could have a crack at it!
Screen resolution should have been fixed, see issue #17 (comment). But maybe it wasn't a proper fix. What are you observing to indicate that the dynamic screen resolution is not working? |
If I wrote this correctly, this should scale the same way that your get_img_from_coords() method does. The image output doesn't seem to be correct.
|
Fixed in 5ce7b66. All pets and food item styles have been updated to the new, default style. |
There is no longer an option to use the classic food art style.
Using the standard food art style gives the error message below.
The testing steps in the readme file are also outdated for the current version of the game.
Error log:
The text was updated successfully, but these errors were encountered: