Skip to content

Jetson Nano和 NX在运行CDR项目时注意事项

jianyang edited this page Jan 5, 2022 · 1 revision

Attention1:

  • Jetson Nano支持fp32和pf16精度,不支持int8精度;
  • Jetson NX同时fp32、fp16精度和int8精度。

Attention2:

  • 在使用nano运行神经网络项目时最好在nano散热器顶端加上散热风扇,否则会因温度过高系统卡死。

Attention3:

在nano上运行神经网络模型时,最好使用fp16f精度运行(设置network-mode=2),否则会卡机。

Attention4:

  • 一样的engine文件,在nano平台生成的只能用于nano平台,在NX平台生成的只能用于NX平台,不知跨平台运行。

Attention5:

  • NX上CDR的所有项目都可运行
  • nano上建议运行子项目(五),否则会很卡(加上跟踪器后10fps以下)