cmusatyalab / openrtist

Live video frames from the camera are stylized to look like famous paintings.
Apache License 2.0
25 stars 20 forks source link

Local Execution #22

Open akindofyoga opened 4 years ago

akindofyoga commented 4 years ago

The local execution code loads models here. However, it never downloads the models. Therefore, this code will always fail.

The SNAPSHOT dependency is specified here. We should upgrade this to the published version.

GabrielClientActivity.java has a lot of if (runLocally) branches. I think it would be better to move local execution into a separate file, that gets specified as a different build variant. Then we can publish two different APKs on the Play Store.