Jetson Nano跑通jetson-inference

749 阅读1分钟

📦Github Repo GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.

填坑

  • 推荐把整个git仓库都迁移到gitee再进行clone
    • clone的时候记得加上—recursive命令,或是后续再执行git submodule update --init
    • ⚠️还要把.gitmodules中的repo源也换到gitee,主要是pytorch-segmentation有170M
  • 最终主要参考的是这位大佬的实践:笔记(八)Jetson Nano 跑通 jetson-inference_SWorld-CSDN博客
    • 在官方下载网络和pytorch的绿色界面可以都直接skip
  • 暂时只跑通了Classify
    • Detection还是会有问题
    • 主要是报custom xxx的问题暂未解决

Resources