monkeycc

Results 190 issues of monkeycc

**Is your feature request related to a problem? Please describe.** ```python import dearpygui.dearpygui as dpg dpg.create_context() dpg.create_viewport(title='我是中文', width=600, height=200) dpg.setup_dearpygui() with dpg.font_registry(): with dpg.font(r"C:\Windows\Fonts\msyh.ttc", 20) as default_font: dpg.add_font_range_hint(dpg.mvFontRangeHint_Chinese_Full) dpg.bind_font(default_font) #...

state: pending

There is an example, I don't know how to complete it Read microphone, real-time audio map I want to use DearPyGui to complete it But it's unclear how to port...

### Model/Dataset/Scheduler description It is recommended to add Wav2Lip Virtual anchor needs ### Open source status - [ ] The model implementation is available - [ ] The model weights...

**Describe the feature** Whether to consider the GAN of changing face **Motivation** Beauty needs **Related resources** `https://github.com/iperov/DeepFaceLive

自监督学习,合适工业缺陷检测不 工业缺陷检测 基本上都是大的分辨率 小的缺陷 少量缺陷图 大量OK图 Self Supervised learning, suitable for industrial defect detection Industrial defect detection Basically, they are defects with large resolution and small resolution A small number...

``` This log file path is C:\Users\vipuser\paddlex_workspace\projects\P0001\T0006\err.log 注意:标志为WARNING/INFO类的仅为警告或提示类信息,非错误信息 C:\Users\vipuser\Downloads\PaddleX_GUI_2.1.0_win10\paddle\tensor\creation.py:130: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will...

PaddleX不想更新的话, 可以弄一个综合套件的GUI训练, PaddleDetection PaddleClas PaddleSeg PaddleOCR 导出模型用FastDeploy预测

`我们升级了PaddleX对PaddleDetection部署支持的代码,现在部署PaddleDetection模型,可使用FastDeploy快速部署(支持Python/C++/Android,以及Serving服务化部署)` PaddleDetection怎么转换PaddleX的模型 ?

`python predict_system.py -c ../configs/inference_general.yaml -o Global.infer_imgs="E:/001.jpg"` ```python 2023-12-29 16:33:09 INFO: DetPostProcess : 2023-12-29 16:33:09 INFO: DetPreProcess : 2023-12-29 16:33:09 INFO: transform_ops : 2023-12-29 16:33:09 INFO: DetResize : 2023-12-29 16:33:09 INFO:...

question
PP-ShiTu

paddleclas 0.0.0 paddlepaddle-gpu 2.5.2 python 3.8 win 11 特征提取模型训练报错 `python tools/train.py -c E:\PaddlePaddle\PaddleClas\ppcls\configs\GeneralRecognitionV2\GeneralRecognitionV2_PPLCNetV2_base_LL.yaml` ```python [2023/12/21 23:40:16] ppcls INFO: =========================================================== == PaddleClas is powered by PaddlePaddle ! == =========================================================== == ==...

PP-ShiTu