kungkook

Results 15 issues of kungkook

进行Paddle-inference部署:https://github.com/PaddlePaddle/PaddleX/tree/develop/deploy/cpp/docs/csharp_deploy 3.3 创建一个C#项目并调用 image = OpenCvSharp.Extensions.BitmapConverter.ToBitmap(mat); if (pictureBox2.Image != null) pictureBox2.Image.Dispose(); pictureBox2.Image = image; pictureBox2.SizeMode = PictureBoxSizeMode.Zoom; 报错: “object”未包含“ToBitmap”的定义,并且找不到可接受第一个“object”类型参数的可访问扩展方法“ToBitmap”(是否缺少 using 指令或程序集引用?) WinFormsApp_final E:\projects\PaddleX\deploy\cpp\docs\csharp_deploy\c#\Form1.cs

paddleX的部署过程中: https://github.com/PaddlePaddle/PaddleX/tree/develop/deploy/cpp/docs/csharp_deploy 第三步.生成dll中 重新生成model_infer.cpp报错:无法打开包括文件: “yaml-cpp/yaml.h”: No such file or directory

CUDA 11.4 tensorflow2.5-gpu train succeed,but test error: Traceback (most recent call last): File "E:/Mask_RCNN/samples/linemod/test.py", line 98, in file_names = next(os.walk(IMAGE_DIR))[2] StopIteration

I changed the backbone. in train.py to xception, and set the data set path in mapath. Nothing else was changed

An error occurred while I was trying to train the VOC2007 data set: RuntimeError:Given groups=1, weight of size 256 304 3 3,expected input[1,2096,129,129]to have 304 channels, but got 2096 channels...

After I train my own data set, I need to use the training model to test the picture, but the program seems to require the label of the picture to...

Could you please tell me how to make train_val_test.json? I need to load this one in my data loader

All of my environments are installed in conda's virtual environment,And the source code is compiled to open3d with the python path specified as: /home/tsy/anaconda3/envs/ttt/bin/python, and after testing open3d is compiled...

pip install misc3d -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement misc3d (from versions: none) ERROR: No matching distribution found for misc3d...