Ray Gu

Results 11 comments of Ray Gu

me too,刷新数据加载时会闪屏,不知道咋解决

I ran into it, too, with Vivo on Android 11. A black screen is displayed after the first loading.

亲测可以的,但是最好**先让钉钉运行在后台**,然后**再运行本程序修改定位**,再马上切到钉钉去打卡,此时钉钉的自主定位已经运行过了,打卡可以显示为想要的地点,**此方法可行** 如果是先运行的本程序修改定位,再新启动钉钉或者过一会才切回钉钉,钉钉打卡的自动定位会启动,此时因手机GPS被虚拟定位篡改,钉钉自动定位将失败,打卡按钮会变灰无法点击。所以操作顺序不对的话可能无法打卡。 不过修改定位需要Xcode运行程序,那得实时有电脑才行,要是在上班途中或者没带电脑,就打不成卡咯。。 当然这只适用于定位考勤的,还有WiFi考勤的,就更麻烦了。 貌似啰嗦多了😁

> 计算方法上参照您的方法设置的,是不是模型不对,怎样才能导出您那样的模型啊。 ![image](https://user-images.githubusercontent.com/21171110/222618670-1d09d509-4f7f-4ef4-9a4c-6ee2411a3e15.png) 我的模型json ![image](https://user-images.githubusercontent.com/21171110/222618623-ea0b30e9-e957-4bc3-9fd1-0b570ba3f0ef.png)

同样,paddlejsconverter转换模型: `!paddlejsconverter --modelPath=/home/aistudio/output_inference/yolov3_mobilenet_v1_coco_distill_prune/model.pdmodel \ --paramPath=/home/aistudio/output_inference/yolov3_mobilenet_v1_coco_distill_prune/model.pdiparams \ --outputDir=/home/aistudio/data/paddlejsconverter \ --useGPUOpt=True` 报错如下: `This model is not supported, because 2 ops are not supported on 'arm'. These unsupported ops are: 'multiclass_nms3, nearest_interp_v2'.`

> 哎 这里百度没人管,交流群也没有,稀烂

写个文档写不清 cd 到miniprogram目录下面再npm install,再构建