-
java.lang.NullPointerException
at master.flame.danmaku.danmaku.model.android.AndroidDisplayer.draw(AndroidDisplayer.java:258)
at master.flame.danmaku.danmaku.model.BaseDanmaku.draw(BaseDanmaku…
-
Since I use the [3DDFA_V2](https://github.com/cleardusk/3DDFA_V2) to predict BFM model without neck area, how can i change it to FLAME model. BFM model without neck part only has 35709 points.
-
Hi~
Thank you so much for your amazing work!
I originally wanted to use the following code to remove the global rotation of the generated model, but because of the limited expressiveness of the para…
-
```
java.lang.NullPointerException Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' on a null object reference
1 android.widget.TextView.onMeasure(TextView.java:8257)
2 and…
-
While executing demo_teaser.py -
If we set cfg.model.tex_type = 'FLAME', it ask for flame_tex_path which is missing so getting this error.
creating the FLAME Decoder
Traceback (most recent cal…
-
自定义布局中使用了 TextView ,在 workerthread 中进行 measure 时,会有概率出现空指针异常,版本为 0.8.3 ,错误日志如下:
```
java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' on a nul…
-
非常感谢B站大佬提供此库,使用过程中出现空指针异常,由于是线上环境,取到的日志是混淆过的,希望大佬能给出建议,谢谢
java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' on a null object reference
at and…
-
java.lang.NullPointerException
at master.flame.danmaku.danmaku.model.android.AndroidDisplayer.draw(AndroidDisplayer.java:276)
at master.flame.danmaku.danmaku.model.BaseDanmaku.draw(BaseDanmaku.java:20…
-
At the risk of starting a flame war, please consider focusing on kakoune’s object-verb model instead of vim’s verb-object :)
See https://kakoune.org/why-kakoune/why-kakoune.html for a an explanatio…
-
Now I inserted beta and pose parameters onto FLAME Blender addon model.
However the mesh was not exactly same with FLAME lbs result. It seems "pose_param" is not working correctly.
I suppose that …