Weijia Liu

Results 8 issues of Weijia Liu

* 修复任务栏图标中“显示/隐藏主窗口”失效问题

* add level 1(23456) heading shortcut ctrl + 1(23456) * ubuntu 20.04 ctrl + 5 not working * fix #614

* Remove positive samples before select negative samples

请问能否加入帧率选择?比如将所有视频都转为30帧?我尝试直接在ffmpeg中加入-r 30参数,实际下载的视频仍为60帧

Hi, 我在使用量化工具时,`calib = Calibrator('int8', 'per-tensor', 'minmax')` 可以正常使用,但推理结果不正确,使用 `calib = Calibrator('int8', 'per-channel', 'entropy')` 则出现如下错误: ``` Exception has occurred: ValueError All entries are 0 for this distribution File "/esp32/esp-who/components/esp-dl/tools/quantization_tool/examples/convert.py", line 93, in...

Hi, 我在使用量化工具时,`calib.generate_quantization_table(model_proto, test_images, pickle_file_path)`可以正常使用,模型在esp32上也能正常推理,但使用Evaluator评估时`eva.generate_quantized_model(model_proto, pickle_file_path)`提示`current model is not supported by esp-dl`错误,模型使用了 `Conv2D` `DepthwiseConv2D` `Pad` `Add2D` `Concat` `Transpose` 算子,请问是 Evaluator 还未支持上述中的算子吗?

#### Description Hi, 我使用最新代码构建的应用时发现,尽管设置了保存历史聊天记录,在重启后仍然无法读取到历史记录。请问这是一个还未解决的问题吗?因为我在查看[fork仓库](https://github.com/kooritea/electronic-wechat)时有看到相关问题,所以想询问一下,谢谢! #### Specifications - OS: `Ubuntu 22.04`

bug
help wanted