Qi Song
Qi Song
hi @Gzzgz can you give more detail about this error ? I tested the code on my mac and a centOS server and did not find this bug
> 我在win10设备上运行代码,用VS2019创建工程,使用的数据集是您推荐的数据集。但是把编译器配置成release-x64,debug-x64和debug-x86的时候都运行不了,弹出以下错误: > C:\Users\lenovo\Desktop\rf\rf\Debug\rf.exe (进程 20548)已退出,代码为 -1073741819。 > debug发现在文件node.cpp-69行处发生内存冲突: > 0x01314AD8 处(位于 rf.exe 中)引发的异常: 0xC0000005: 读取位置 0x993F48B0 时发生访问冲突。 > 只有配置成release-x86时可以跑通代码,给出正确结果。 我猜可能是数据位数定义的问题,x86和x64的int、float、double数据位数定义不同,我当时写的时候没有考虑x64(当时x64还不普及),可以查下是不是有相关代码写的不够严谨
> 因为我看了你的源码,你的预测也是将样本一条条输入,进行预测的。 最大的优势就是不依赖opencv。而且代码结构比opencv更加简单清晰,适合入门
I got same problem, and the imgaug library has the same problem when I use perspective transform.
> ## 🐛 Bug > Hi, when i use Albumentations.Perspective() class to enhance my image, i tryed to set fit_output=True, will get an erro with below: OpenCV(4.8.1) D:\a\opencv-python\opencv-python\opencv\modules\core\src\alloc.cpp:73: error: (-4:Insufficient...