Qianhe Chen

Results 18 issues of Qianhe Chen

以ocr为例,ts 引入会报错 ``` Could not find a declaration file for module '@paddlejs-models/ocr'. 'D:/Dev/Paddle.js/node_modules/@paddlejs-models/ocr/lib/index.js' implicitly has an 'any' type. ``` 希望编译时可以增加对ts引入的支持以及增加兼容性处理等支持不同es版本使用

使用vite时会有针对 opencv_ocr.js 的报错 ``` opencv_ocr.js:46 Uncaught ReferenceError: Module is not defined at opencv_ocr.js:46:5 at opencv_ocr.js:11:22 at node_modules/@paddlejs-mediapipe/opencv/library/opencv_ocr.js (opencv_ocr.js:22:1) at __require (chunk-RSJERJUL.js?v=aa02e290:3:50) at dep:@paddlejs-mediapipe_opencv_library_opencv_ocr:1:16 ```

# feat - GUI for transcribing video - GUI for choosing subtitle - GUI for cut video # problem - Video bytes are not used, and additional disks are read...

- Clear existing content when forced to write

whisper使用ffmpeg读取视频文件拿到audio代码如下 ```python try: # This launches a subprocess to decode audio while down-mixing and resampling as necessary. # Requires the ffmpeg CLI and `ffmpeg-python` package to be installed. out, _...

I tried to call Whisper in the node environment through addon. I hope I can contribute it to examples for reference. The speed difference between calling in node environment and...

just like https://github.com/ggerganov/whisper.cpp/issues/25, when transcribed in zh(chinese), there are still some characters missing, and the model is from ggml-large.bin in hugging-face(https://huggingface.co/datasets/ggerganov/whisper.cpp/tree/main). Maybe the large model and the large-v1 model still...

enhancement
good first issue

1. add test for #443 2. avoid introducing test compilation when compiling addon 3. Improve and verify the Windows platform compilation addon

### 这个功能解决了什么问题 1. 主题配置生成器中部分设置的调整会直接引起其他部分设置的重置 2. 重新进入时主题配置生成器会被重置 ### 你建议的方案是什么 增加上传本地 css 文件读取预设配置或是增加锁定按钮等解决上述问题

🏃🏻 in progress