monkeycc

Results 218 issues of monkeycc

https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/high_performance_inference.html 1. cuda12 什么时候支持 2. win是否能用 3. 是否能不用Docker 4. 是否要收费

训练模型 出现错误 ``` python3 -m paddle.distributed.launch \ --gpus="0,1,2,3" \ tools/train.py \ -c ppcls/configs/ImageNet/PPLCNetV2/PPLCNetV2_base.yaml ``` ``` LAUNCH INFO 2025-05-14 10:11:15,889 ----------- Configuration ---------------------- LAUNCH INFO 2025-05-14 10:11:15,889 auto_parallel_config: None LAUNCH INFO...

[demo.zip](https://github.com/user-attachments/files/17815444/demo.zip) Too many annotation points make the program prone to lagging. What optimization solutions are available

TTS: 如何不保存WAV,直接播放音频? 现在只能保存到WAV 然后加载WAV 才能播放

Stale

通过麦克风实时识别语音 再转换TTS 输出 ASR + TTS 这种要怎么弄

Question
Stale

https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/paddlespeech/server/tests/asr/online/microphone_client.py ```python if __name__ == "__main__": logging.basicConfig(level=logging.INFO) logging.info("asr websocket client start") handler = ASRWsAudioHandler("127.0.0.1", 8090) loop = asyncio.get_event_loop() main_task = asyncio.ensure_future(handler.run()) for signal in [SIGINT, SIGTERM]: loop.add_signal_handler(signal, main_task.cancel) try: loop.run_until_complete(main_task)...

Question
Stale

DearPyGui In the plot, I hope the rectangle can be placed at the top ### Screenshots/Video: https://github.com/user-attachments/assets/be7def38-bbd6-44e2-ba12-c12f60089818 ### Minimal, Complete and Verifiable Example code: ```python import dearpygui.dearpygui as dpg import...

Adobe Photoshop : 24.7.0 20230719.r.643 efe3886 x64 https://loonghao.github.io/photoshop-python-api/examples/#selection-stroke ```python """Example of creating and modifying selection strokes in Photoshop. This example demonstrates how to: 1. Create selections with specific shapes 2....

![微信截图_20241114090751](https://github.com/user-attachments/assets/bae7ca45-e0f7-4530-8307-293ab797661b) How to remove black boxes Can this black box only exist indefinitely

GTK 4 Have you considered the GTK 4 tutorial