<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试]]></title><description><![CDATA[<p>Yolov3是一个非常好的检测器，通过这个检测器我们加入了许多最新的techniques，比如GIoU，比如ASFF，比如高斯滤波器等等，我们希望通过维护一个可以迭代的yolov3版本（我们且称之为YoloV4），可以给大家提供一个从轻量模型（mobilenet，efficientnet后端），到量化剪枝，最后到TensorRT部署，覆盖CPU和GPU的多场景检测模型。</p>
<p>现在我们在社区一些版本的基础上已经完成了初步的构建，比如：</p>
<ul>
<li><div class="plugin-markdown"><input type="checkbox" id="checkbox0" checked="true" /><label for="checkbox0">我们支持了所有的后端onnx导出，并且我们在测试不同TensorRT版本下的转engine情况；</label></div></li>
</ul>
<p>下面有一个我们提供的onnx模型，希望大家一起帮忙使用tensorrt 6.0或者tensorrt7.0来转到engine，这个模型我们会经常更新，欢迎大家发帖回复更新。</p>
<p>目前已经测试在tensorrt6.0上缺少ConstantOfShape的op，但是在tensorrt7上似乎已经支持！</p>
<p>链接: <a href="https://pan.baidu.com/s/1UwJ_2iF2HH-3MCe-pe3sqg" target="_blank" rel="noopener noreferrer nofollow">https://pan.baidu.com/s/1UwJ_2iF2HH-3MCe-pe3sqg</a> 提取码: bhxs 复制这段内容后打开百度网盘手机App，操作更方便哦</p>
]]></description><link>http://t.manaai.cn/topic/258/yolov4-正在大规模构建中-欢迎大家帮忙测试</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 21:31:19 GMT</lastBuildDate><atom:link href="http://t.manaai.cn/topic/258.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Mar 2020 05:06:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试 on Mon, 16 Mar 2020 05:06:14 GMT]]></title><description><![CDATA[<p>Yolov3是一个非常好的检测器，通过这个检测器我们加入了许多最新的techniques，比如GIoU，比如ASFF，比如高斯滤波器等等，我们希望通过维护一个可以迭代的yolov3版本（我们且称之为YoloV4），可以给大家提供一个从轻量模型（mobilenet，efficientnet后端），到量化剪枝，最后到TensorRT部署，覆盖CPU和GPU的多场景检测模型。</p>
<p>现在我们在社区一些版本的基础上已经完成了初步的构建，比如：</p>
<ul>
<li><div class="plugin-markdown"><input type="checkbox" id="checkbox0" checked="true" /><label for="checkbox0">我们支持了所有的后端onnx导出，并且我们在测试不同TensorRT版本下的转engine情况；</label></div></li>
</ul>
<p>下面有一个我们提供的onnx模型，希望大家一起帮忙使用tensorrt 6.0或者tensorrt7.0来转到engine，这个模型我们会经常更新，欢迎大家发帖回复更新。</p>
<p>目前已经测试在tensorrt6.0上缺少ConstantOfShape的op，但是在tensorrt7上似乎已经支持！</p>
<p>链接: <a href="https://pan.baidu.com/s/1UwJ_2iF2HH-3MCe-pe3sqg" target="_blank" rel="noopener noreferrer nofollow">https://pan.baidu.com/s/1UwJ_2iF2HH-3MCe-pe3sqg</a> 提取码: bhxs 复制这段内容后打开百度网盘手机App，操作更方便哦</p>
]]></description><link>http://t.manaai.cn/post/628</link><guid isPermaLink="true">http://t.manaai.cn/post/628</guid><dc:creator><![CDATA[刘看山]]></dc:creator><pubDate>Mon, 16 Mar 2020 05:06:14 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试 on Sun, 22 Mar 2020 03:45:24 GMT]]></title><description><![CDATA[<p>@金天 在jetson nano上用yolov3的onnx转trt报错，不知道是不是Onnx格式不一样。一定要用Onnx-tensorrt写吗，不太明白这之间的关系。</p>
<pre><code>Loading ONNX file from path yolov4_coco_m2_asff_544.onnx...
Beginning ONNX file parsing
Completed parsing of ONNX file
Building an engine from file yolov4_coco_m2_asff_544.onnx; this may take a while...
[TensorRT] ERROR: Network must have at least one output
Completed creating Engine
Traceback (most recent call last):
  File &quot;onnx_to_tensorrt.py&quot;, line 185, in &lt;module&gt;
    main()
  File &quot;onnx_to_tensorrt.py&quot;, line 153, in main
    with get_engine(onnx_file_path, engine_file_path) as engine, engine.create_execution_context() as context:
  File &quot;onnx_to_tensorrt.py&quot;, line 126, in get_engine
    return build_engine()
  File &quot;onnx_to_tensorrt.py&quot;, line 117, in build_engine
    f.write(engine.serialize())
AttributeError: 'NoneType' object has no attribute 'serialize'
</code></pre>
]]></description><link>http://t.manaai.cn/post/644</link><guid isPermaLink="true">http://t.manaai.cn/post/644</guid><dc:creator><![CDATA[dhuib]]></dc:creator><pubDate>Sun, 22 Mar 2020 03:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试 on Wed, 15 Apr 2020 09:38:01 GMT]]></title><description><![CDATA[<p>yolov4 和centerNet比较哪个厉害一点？</p>
]]></description><link>http://t.manaai.cn/post/661</link><guid isPermaLink="true">http://t.manaai.cn/post/661</guid><dc:creator><![CDATA[we0091234]]></dc:creator><pubDate>Wed, 15 Apr 2020 09:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试 on Sat, 18 Apr 2020 16:18:53 GMT]]></title><description><![CDATA[<p>这不是我们的版本吧？我们的onnx是经过特殊处理的。经过特殊处理的才能转到trt</p>
]]></description><link>http://t.manaai.cn/post/663</link><guid isPermaLink="true">http://t.manaai.cn/post/663</guid><dc:creator><![CDATA[刘看山]]></dc:creator><pubDate>Sat, 18 Apr 2020 16:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试 on Tue, 26 May 2020 07:02:13 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://t.manaai.cn/uid/5">@刘看山</a> hello, 很好的工作。你们的代码放在github上了吗</p>
]]></description><link>http://t.manaai.cn/post/688</link><guid isPermaLink="true">http://t.manaai.cn/post/688</guid><dc:creator><![CDATA[MiniBullLab]]></dc:creator><pubDate>Tue, 26 May 2020 07:02:13 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Yolov4&quot;正在大规模构建中，欢迎大家帮忙测试 on Mon, 12 Oct 2020 02:47:47 GMT]]></title><description><![CDATA[<p>这个使用PyCharm Community Edition 怎么测试使用？有没有使用文档发给我 邮箱是 <a href="mailto:646v@163.com" target="_blank" rel="noopener noreferrer nofollow">646v@163.com</a></p>
]]></description><link>http://t.manaai.cn/post/756</link><guid isPermaLink="true">http://t.manaai.cn/post/756</guid><dc:creator><![CDATA[BATManVSGig]]></dc:creator><pubDate>Mon, 12 Oct 2020 02:47:47 GMT</pubDate></item></channel></rss>