<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>DF创客社区 - 分享创造的喜悦 - NVIDIA Jetson技术社区</title>
    <link>https://mcmobileapi.dfrobot.com.cn/forum-218-1.html</link>
    <description>Latest 20 threads of NVIDIA Jetson技术社区</description>
    <copyright>Copyright(C) DF创客社区 - 分享创造的喜悦</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 25 Aug 2026 18:30:08 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mcmobileapi.dfrobot.com.cn/static/image/common/logo_88_31.gif</url>
      <title>DF创客社区 - 分享创造的喜悦</title>
      <link>https://mcmobileapi.dfrobot.com.cn/</link>
    </image>
    <item>
      <title>那些年我用OpenCV+Qt趟过哪些坑？写给视觉应用开发者的...</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-398815-1-1.html</link>
      <description><![CDATA[前阵子，团队里新来的小伙子跑来找我，眉头紧锁。他手里的项目我清楚：一个基于摄像头的简单计数工具。Demo阶段用Python+OpenCV，几行代码跑得飞快，准确率也好看。可一旦要打包成给产线工人用的桌面软件，问题就全来了。
“界面卡成PPT了”、“点个按钮程序就无响应” ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>刘老师13269857695</author>
      <pubDate>Tue, 02 Dec 2025 03:03:00 +0000</pubDate>
    </item>
    <item>
      <title>251128北京精细化嵌入式软件架构培训课纲</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-398706-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>刘老师13269857695</author>
      <pubDate>Tue, 18 Nov 2025 08:36:37 +0000</pubDate>
    </item>
    <item>
      <title>技术求助nfc与arduino一起用时怎么编程？</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-324694-1-1.html</link>
      <description><![CDATA[nfc与arduino一起用时怎么编程]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>明明3</author>
      <pubDate>Mon, 07 Apr 2025 14:53:55 +0000</pubDate>
    </item>
    <item>
      <title>技术求助nfc与arduino一起用时怎么编程？</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-324691-1-1.html</link>
      <description><![CDATA[nfc与arduino一起用时怎么编程]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>明明3</author>
      <pubDate>Mon, 07 Apr 2025 14:53:46 +0000</pubDate>
    </item>
    <item>
      <title>关于mipi unpack</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-317576-1-1.html</link>
      <description><![CDATA[各位大佬们，我手头有一块jetson origin nano的板子和一个imx219，他默认是raw10的，数据接收时会自动把10bit填充成16bit，我怎么操作能让它变成10bit直接写

有大佬能指示一下吗


实际意义其实是1920*1080的图像，保存下来大小是4147200 ，我怎么让它大小变小



 ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>zzzl</author>
      <pubDate>Fri, 22 Dec 2023 01:04:04 +0000</pubDate>
    </item>
    <item>
      <title>极其变态的智能车（1）</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-313798-1-1.html</link>
      <description><![CDATA[想到我上次发帖还是在上次，遂发个帖记录一下改装过程
（顺便编了个很假的故事）
今天收到朋友的信息，让我给一个小车加上几个模块让它跑起来。我想这还不简单，马上就答应了他。

十五分钟后门铃响了。我一开门看到他抱着个大箱子出现在我家门口，不是说是个 ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>帅猫</author>
      <pubDate>Sun, 07 Aug 2022 08:32:26 +0000</pubDate>
    </item>
    <item>
      <title>NVIDIA Jetson Nano 2GB 系列文章65：执行部署的 TensorRT 加速引擎</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-313510-1-1.html</link>
      <description><![CDATA[很多开发人员在转换完 TensorRT 加速引擎之后，最后准备调用起来执行推理任务的时候，就遇到一些障碍。这个环节是需要开发人员自行撰写相关代码，去执行读入数据（前处理）、执行推理、显示结果（后处理）等工作，如下图最右边的部分。



这部分的麻烦之处，在于每个 ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>jetson小助理</author>
      <pubDate>Mon, 11 Jul 2022 06:07:55 +0000</pubDate>
    </item>
    <item>
      <title>NVIDIA Jetson Nano 2GB系列文章（64）：将模型部署到Jetson设备</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-313509-1-1.html</link>
      <description><![CDATA[前面我们花了很多力气在 TAO 上面训练模型，其最终目的就是要部署到推理设备上发挥功能。除了将模型训练过程进行非常大幅度的简化，以及整合迁移学习等功能之外，TAO 还有一个非常重要的任务，就是让我们更轻松获得 TensorRT 加速引擎。

将一般框架训练的模型转换成  ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>jetson小助理</author>
      <pubDate>Mon, 11 Jul 2022 06:07:07 +0000</pubDate>
    </item>
    <item>
      <title>NVIDIA Jetson Nano 2GB 系列文章63：物件检测的模型训练与优化3</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-313508-1-1.html</link>
      <description><![CDATA[当前面已经训练好修剪过的模型之后，接下来就可以在训练设备上先执行推理计算，看看检测的效果如何？如果实际推理结果并不理想的话，就得回到前面第 6 步骤重新再执行一次。

9、执行推理并查看结果

首先创建一个 test_samples 目录，然后从数据集中 testing/image_2 ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>jetson小助理</author>
      <pubDate>Fri, 01 Jul 2022 08:12:19 +0000</pubDate>
    </item>
    <item>
      <title>NVIDIA Jetson Nano 2GB 系列文章62：物件检测的模型训练与优化2</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-313506-1-1.html</link>
      <description><![CDATA[当前面的准备工作都已妥善之后，就可以进入模型训练的步骤，后面的工作就是计算设备的事情了。

4、 执行 TAO 模型训练：

TAO 工具提供提供 QAT (Quantize Aware Training) 量化感知的训练模式，不过目前 QAT 效果还在验证当中，倒也不急于使用，因此我们还是以标准 ...]]></description>
      <category>NVIDIA Jetson技术社区</category>
      <author>jetson小助理</author>
      <pubDate>Fri, 01 Jul 2022 08:11:24 +0000</pubDate>
    </item>
  </channel>
</rss>