dbAIStudio
dbAIStudio
为了先方便出效果,训练和测试图一样,我将您的代码用voc格式加载训练的,训练过程中感觉并没有起到作用,是不是还需要改其他地方?
方便加个微信么2236962381,数据确实比较少,它loss值0.1左右,预测时prob_thresh height都有调整过,之前拿的您提供的ctpn模型作为预训练模型,因为我只标记着数字,而那个预训练可以检测到字母汉字,如果我的数据压根不影响模型,那么一开始的loss值总降不下去就解释的通了,第二次我没有加载预训练进行训练loss值可以降下去,只是检测没效果,给我感觉就是这些数据根本没有进入网络来影响模型,
 The effect is like this, the picture freezes, and the tracking frame deviates,The same code I have performed normally on the window without gpu
> Hi! > Show, plz, your command line for tracker   I used your previous project and then integrated it into qt to run. I...
> Hi! > Show, plz, your command line for tracker The detection part is yolo4 I added myself, and the rest remain unchanged, and then the detection results are given...
> 1.确保您输入的图像是320x320 2.确保您没有考虑图像加载和调整大小的时间 3.多次运行推理并获得平均值,通常像pytorch和tensorflow这样的深度学习框架需要初始化馈送第一张图像时的计算,因此第一张馈送图像的时间成本通常需要更多时间。4. 确保您的代码完全在 GPU 而不是 CPU 上运行。 > […](#) > On Sat, Jan 15, 2022 at 3:21 PM dbAIStudio ***@***.***> wrote: I want to do a single image...
> 1.确保您输入的图像是320x320 2.确保您没有考虑图像加载和调整大小的时间 3.多次运行推理并获得平均值,通常像pytorch和tensorflow这样的深度学习框架需要初始化馈送第一张图像时的计算,因此第一张馈送图像的时间成本通常需要更多时间。4. 确保您的代码完全在 GPU 而不是 CPU 上运行。 > […](#) > On Sat, Jan 15, 2022 at 3:21 PM dbAIStudio ***@***.***> wrote: I want to do a single image...
> try to just count the time of this line: d1,d2,d3,d4,d5,d6,d7= net(inputs_test) > […](#) > On Sat, Jan 15, 2022 at 3:54 PM dbAIStudio ***@***.***> wrote: 1.确保您输入的图像是320x320 2.确保您没有考虑图像加载和调整大小的时间 3.多次运行推理并获得平均值,通常像pytorch和tensorflow这样的深度学习框架需要初始化馈送第一张图像时的计算,因此第一张馈送图像的时间成本通常需要更多时间。4. 确保您的代码完全在...
> you may have to check if you are always running on CPU > […](#) > On Sat, Jan 15, 2022 at 4:05 PM dbAIStudio ***@***.***> wrote: try to just...
对要训练的label中的mask图轮廓宽度有要求么,为什么我训练出模型检测时输入需要改成336大小的才可以全图训练