searchusermenu
  • 发布文章
  • 消息中心
点赞
收藏
评论
分享
原创

基于Jetpack的算法模型编辑与验证

2023-06-15 06:53:36
7
0

1. 算法编译

1.1. 安装基础插件

  1. 查看deepstream是否安装正常

:deepstream和deepstream-6.0是软连接关系,deepstream指向deepstream-6.0

ls /opt/nvidia/deepstream 

 

  1. 安装插件
cd /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-app

根据README完成操作 1即可,2和3不需要执行

You must have the following development packages installed

    GStreamer-1.0
    GStreamer-1.0 Base Plugins
    GStreamer-1.0 gstrtspserver
    X11 client-side library
    Glib json library - json-glib-1.0

1. To install these packages, execute the following command:
   sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
   libgstrtspserver-1.0-dev libx11-dev libjson-glib-dev

2. Build the sources by executing the command:

  $ Set CUDA_VER in the MakeFile as per platform.
      For Jetson, CUDA_VER=10.2
      For x86, CUDA_VER=11.4
  $ sudo make

3. Run the application by executing the command:
   ./deepstream-app -c <config-file>

1.2. 算法编译

#先删除文件夹/root/ibox/bin 和/root/ibox/deepstream-app/app/build
rm -rf /root/ibox/bin
rm -rf /root/ibox/deepstream-app/app/build

#执行编译
cd /root/ibox/deepstream-app/scripts  && ./complie.sh

 

若算法编译出现上述[100%]时,则说明算法编译成功!

2. 算法编译

2.1安装基础插件

  1. 查看deepstream是否安装正常

:deepstream和deepstream-6.0是软连接关系,deepstream指向deepstream-6.0

ls /opt/nvidia/deepstream 

  1. 安装插件
cd /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-app

根据README完成操作 1即可,2和3不需要执行

You must have the following development packages installed

    GStreamer-1.0
    GStreamer-1.0 Base Plugins
    GStreamer-1.0 gstrtspserver
    X11 client-side library
    Glib json library - json-glib-1.0

1. To install these packages, execute the following command:
   sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
   libgstrtspserver-1.0-dev libx11-dev libjson-glib-dev

2. Build the sources by executing the command:

  $ Set CUDA_VER in the MakeFile as per platform.
      For Jetson, CUDA_VER=10.2
      For x86, CUDA_VER=11.4
  $ sudo make

3. Run the application by executing the command:
   ./deepstream-app -c <config-file>

3. 编译

#先删除文件夹/root/ibox/bin 和/root/ibox/deepstream-app/app/build
rm -rf /root/ibox/bin
rm -rf /root/ibox/deepstream-app/app/build

#执行编译
cd /root/ibox/deepstream-app/scripts  && ./complie.sh

若算法编译出现上述[100%]时,则说明算法编译成功!

0条评论
0 / 1000
丛****涵
4文章数
0粉丝数
丛****涵
4 文章 | 0 粉丝
原创

基于Jetpack的算法模型编辑与验证

2023-06-15 06:53:36
7
0

1. 算法编译

1.1. 安装基础插件

  1. 查看deepstream是否安装正常

:deepstream和deepstream-6.0是软连接关系,deepstream指向deepstream-6.0

ls /opt/nvidia/deepstream 

 

  1. 安装插件
cd /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-app

根据README完成操作 1即可,2和3不需要执行

You must have the following development packages installed

    GStreamer-1.0
    GStreamer-1.0 Base Plugins
    GStreamer-1.0 gstrtspserver
    X11 client-side library
    Glib json library - json-glib-1.0

1. To install these packages, execute the following command:
   sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
   libgstrtspserver-1.0-dev libx11-dev libjson-glib-dev

2. Build the sources by executing the command:

  $ Set CUDA_VER in the MakeFile as per platform.
      For Jetson, CUDA_VER=10.2
      For x86, CUDA_VER=11.4
  $ sudo make

3. Run the application by executing the command:
   ./deepstream-app -c <config-file>

1.2. 算法编译

#先删除文件夹/root/ibox/bin 和/root/ibox/deepstream-app/app/build
rm -rf /root/ibox/bin
rm -rf /root/ibox/deepstream-app/app/build

#执行编译
cd /root/ibox/deepstream-app/scripts  && ./complie.sh

 

若算法编译出现上述[100%]时,则说明算法编译成功!

2. 算法编译

2.1安装基础插件

  1. 查看deepstream是否安装正常

:deepstream和deepstream-6.0是软连接关系,deepstream指向deepstream-6.0

ls /opt/nvidia/deepstream 

  1. 安装插件
cd /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-app

根据README完成操作 1即可,2和3不需要执行

You must have the following development packages installed

    GStreamer-1.0
    GStreamer-1.0 Base Plugins
    GStreamer-1.0 gstrtspserver
    X11 client-side library
    Glib json library - json-glib-1.0

1. To install these packages, execute the following command:
   sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
   libgstrtspserver-1.0-dev libx11-dev libjson-glib-dev

2. Build the sources by executing the command:

  $ Set CUDA_VER in the MakeFile as per platform.
      For Jetson, CUDA_VER=10.2
      For x86, CUDA_VER=11.4
  $ sudo make

3. Run the application by executing the command:
   ./deepstream-app -c <config-file>

3. 编译

#先删除文件夹/root/ibox/bin 和/root/ibox/deepstream-app/app/build
rm -rf /root/ibox/bin
rm -rf /root/ibox/deepstream-app/app/build

#执行编译
cd /root/ibox/deepstream-app/scripts  && ./complie.sh

若算法编译出现上述[100%]时,则说明算法编译成功!

文章来自个人专栏
alogic-ibox
4 文章 | 1 订阅
0条评论
0 / 1000
请输入你的评论
1
0