Results 21 comments of daaqiu

> ## 在本地运行时test_img中部分车牌识别不出来, > > > 其中第一个图片报错”local variable 'predict_result' referenced before assignment“ 其余两个报错”local variable 'roi' referenced before assignment“ 你解决这个问题了吗,我感觉是颜色设置的问题

Do you have a python version to enjoy ?

> I trained by customizing my own dataset, but I am not sure how to customize it. I have also tried using numpy to parse the cifar10.train.npz dataset, but it...

> Hello, I also have the same problem, did you solve it? hello, do you deal with it?

> 已解决,参考这个链接https://blog.csdn.net/weixin_44987754/article/details/123522022 请问数据集里的list文件夹下的txt文件怎么生成

i soved this bug,you can do it: 1.sudo dpkg –configure -a 2.sudo apt-get install -f 3.sudo apt-get clean && sudo apt-get update 4.sudo apt-get upgrade 5.sudo apt-get install aptitude 6.sudo...

> 1、作者提供的网盘数据集中JPEGImages要检查所有图片后缀都是jpg,把JGP的改为jpg要不然会在数据转换时运行报错 2、在yolo.py里面 > > ```python > for mi, s in zip(m.m, m.stride): #  from > b = mi.bias.view(m.na, -1) # conv.bias(255) to (3,85) > with torch.no_grad(): # 在原有代码基础上添加这行代码 >...

> I have the same problem, have you deal with it?

> I have also encountered this problem. Does anyone know how to solve it? I have also encountered this problem. Does anyone know how to solve it?

> Hello, > > Thank you for the repo. > > I am trying to run `tree_gen.py` after installing `Modular Tree` as Blender add-on but I am getting the error...