You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time we call get_scene and it's result is ope_finish, we could call save_screenshot with new subdir name drop or something.
After that, simply helping users to upload their screenshots to Penguin Statistics is enough. We don't have to implement item recognition by ourselves, because Penguin Statistics already has an elegant classify model available in any browser.
We may need:
A new switch in config.yaml.
A new argument could be parse into operation mode.
Some limit to help users deal with screenshots (warning when close to limit).
The text was updated successfully, but these errors were encountered:
Each time we call
get_scene
and it's result isope_finish
, we could callsave_screenshot
with new subdir namedrop
or something.After that, simply helping users to upload their screenshots to Penguin Statistics is enough. We don't have to implement item recognition by ourselves, because Penguin Statistics already has an elegant classify model available in any browser.
We may need:
The text was updated successfully, but these errors were encountered: