monkeycc

Results 218 issues of monkeycc

```shell git clone https://github.com/alibaba-damo-academy/FunASR.git && cd FunASR/runtime/websocket mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/home/mm/onnxruntime-linux-x64-1.14.0 -DFFMPEG_DIR=/home/mm/ffmpeg-master-latest-linux64-gpl-shared make -j 4 ``` ```python cmake -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/home/mm/onnxruntime-linux-x64-1.14.0 -DFFMPEG_DIR=/home/mm/ffmpeg-master-latest-linux64-gpl-shared CMake Warning (dev)...

question

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question yolov5 Classification , Is it supported? ### Additional _No...

question

```python python scripts/colmap2nerf.py --video_in E:\3D\DJI\0316.MP4 --video_fps 2 --run_colmap --aabb_scale 32 --overwrite running ffmpeg with input video file="E:\3D\DJI\0316.MP4", output image folder="E:\3D\DJI\images", fps=2.0. ==== running: mkdir "E:\3D\DJI\images" ==== running: ffmpeg -i "E:\3D\DJI\0316.MP4"...

模型测试和预测,能不能中文显示 预测 我改了分类标签为中文 显示 口口口 求解决方法

问题类型:PaddleX可视化客户端 ![微信截图_20210714193236](https://user-images.githubusercontent.com/6490927/125615344-66338ea1-419a-4812-8b73-71367fa9b9a8.png) NVIDIA-SMI 441.22 Driver Version: 441.22 CUDA Version: 10.2 nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019 Cuda compilation tools, release 10.2, V10.2.89...

问题类型:模型训练 **版本** WIN11 Python 3.8.11 paddlepaddle-gpu 2.1.1 paddleslim 2.1.0 paddlex 2.0.0rc4 nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Mon_Nov_30_19:15:10_Pacific_Standard_Time_2020 Cuda compilation tools,...

问题类型:PaddleX可视化客户端 **PaddleX GUI版本** RC2 **问题描述** =================================== GUI版本切换模型,参数没有对应变化 都是以第一个模型的参数为准 然后再怎么切换模型 都是固定的 按道理来说 每个不同模型 应该有不同的参数 但是界面调用的是固定参数 并不是模型对应参数 ![微信截图_20210819103058](https://user-images.githubusercontent.com/6490927/129998126-cf10eba5-13bf-4fe3-b2eb-29bf05e1e7e6.png)

问题类型:其它 win11 版本 **PaddleX版本** anaconda python 3.6 paddlepaddle-gpu 2.1.2.post112 paddleslim 2.1.0 paddlex 2.0.0rc4 **问题描述** ======================== D:\anaconda3\envs\PaddleX36\lib\site-packages\paddle\distributed\parallel.py:120: UserWarning: Currently not a parallel execution environment, `paddle.distributed.init_parallel_env` will not do anything. "Currently not...

paddlepaddle-gpu 2.1.3.post112 paddleslim 2.1.1 paddlex 2.0.0 ------------ paddlex --data_conversion --source labelme --to PascalVOC --pics ./pics --annotations ./annotations --save_dir ./converted_dataset_PascalVOC ------- ``` { "version": "4.5.13", "flags": {}, "shapes": [ { "label":...

YOLO8Cls 支持不 使用 YOLOv5Cls Python 推理 YOLO8Cls模型 结果和yolov8结果不一致