gll-sketch

Results 11 comments of gll-sketch

> I met the same problem. Has anyone solved this problem? I changed to other gpu id, but the training speed was very slow. I don't know why.

运行到这的时候总是很慢,此时GPU占用率为0,有大佬知道这是为什么吗??

> > > > I have the same problem, did you solve it?Thanks. > > > > > > > > > It's a function problem in OpenCV. The network...

我用yolov4训练完mAP只有0.51,是正常的吗?是不是太低了?训练完正常mAP应该是多少啊?

可以直接使用下载的权重文件比如yolov4.weights进行评估吗???

> 您好,想请问下优化NMS过程的版本出了嘛?感觉cpu占用率好高

您好,请问你有coordAttention的预训练权重了吗?

> 我的训练集是VOC trainval 2012 +VOC trainval 2007,测试集是VOC test 2007,训练采用多尺度训练,mAP可以达到84.1,但FPS比较低,我想问下是什么原因导致的呢? > 以下是测试的精度图和推理速度图: > ![mAP](https://user-images.githubusercontent.com/44114496/91387404-ce619a80-e867-11ea-8ab2-6c000dd2c827.png) > ![QQ图片20200827142503](https://user-images.githubusercontent.com/44114496/91399776-2d77dd00-e871-11ea-8346-c73c72d66cfc.png) 你好,想问一下权重文件你用的是哪个啊?yolov4.weights,还是mobilenetv3.pth还是mobilenetv2.pth啊?我用的yolov4.weights,最后的test mAP只有0.589。可以说一下你具体的操作过程吗?

> > 请问你训练了多少个epoch,bs是多少,训练了多久噢。感觉这个训练时间好长。。 > > 我训练了300个回合。我自己写了一个多卡的train.py,使用多卡训练,只花了一天时间。 你好,使用多卡的训练文件你是怎么写的啊?可以参考一下吗?