openrtist
openrtist copied to clipboard
Live video frames from the camera are stylized to look like famous paintings.
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
The local execution code loads models [here](https://github.com/cmusatyalab/openrtist/blob/dbfab2399d017b9f5ee29054dea8616dfac3ab5a/android-client/app/src/main/java/edu/cmu/cs/localtransfer/LocalTransfer.java#L52). However, it never downloads the models. Therefore, this code will always fail. The SNAPSHOT dependency is specified [here](https://github.com/cmusatyalab/openrtist/blob/dbfab2399d017b9f5ee29054dea8616dfac3ab5a/android-client/app/build.gradle#L103). We should upgrade this to...
A few suggestions on improving the Android client. 1. Have it query the server to find which style models are available. This will allow the server to be updated with...
If the app is started and fps is supposed to be enabled, it doesn't show until after we go to the settings to check if it is enabled.