Hi all,
My environments:
- Python 3.7.
- Pytorch 1.9.0 (build from source)
- JetPack 4.5 (same images)
My case:
- Network: Object Detection using Pytorch: Backbone: resnet18: GitHub - MhLiao/DB: A PyTorch implementation of "Real-time Scene Text Detection with Differentiable Binarization".
- Same input, same source code (network)
- Run on Xavier AGX: correct output
- Run on Jetson Nano: wrong output (empty output)
Tested on 2 devices (nano) with the same result. - Checked:
+ Input to network: Correct.
+ Pytorch: run another network using resnet18 (classification): show correct output on jetson nano
+ Memory: enough, not overload
Who can support me in this case?
Thanks