Shin
Shin
@kornelski It seems that your image compression algorithm needs to be improved to reduce the number of newly created files that are larger than the original files. How can they...
@kornelski Looks like I got it wrong? I was just wondering about failed compression ratio in the issue. The libimagequant library was also participated by you, right?
Ref: https://docs.docker.com/engine/reference/commandline/build/
Update: I was able to temporarily fix it by replacing `php_admin_*` settings. I added this line to my Dockerfile. ``` RUN grep -rl '^php_admin_' /etc/php/ | xargs -I {} sed...
@jaydrogers I appreciate you giving these projects away for free (and hope it stays free for future maintenance). I'm also digging into the components of your projects, to make sure...
Hey guys! Is there any update for [2]?
@paxcema thank you for giving a schedule. btw, I has completed training my models using your setup, but I am not sure how can I use the h5 files for...
Same issue ``` E/AndroidRuntime( 6244): java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: Timer-1 E/AndroidRuntime( 6244): at io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread(FlutterJNI.java:781) E/AndroidRuntime( 6244): at io.flutter.embedding.engine.FlutterJNI.invokePlatformMessageResponseCallback(FlutterJNI.java:718) E/AndroidRuntime( 6244):...
Still crashed with the latest Flutter version: ``` 2020-09-07 16:35:51.858 19394-19683/com.mycompany.testapp E/AndroidRuntime: FATAL EXCEPTION: Timer-0 Process: com.mycompany.testapp, PID: 19394 java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main...