facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
30.25k stars 7.44k forks source link

Traced model with torchscript on Jetson Xavier NX. Script receives killed signal. #4331

Closed AndreiBaraian closed 2 years ago

AndreiBaraian commented 2 years ago
  1. Run detectron2 inference (Generalized RCNN) on NVIDIA Jetson Xavier NX. Script executed in l4t-pytorch container. Succesfull!
  2. Export model via tracing. Succesfull!
  3. Run traced model. Unsuccesfull!! Script hangs for a lot of time and eventually I get Killed signal.
  4. If I do the same procedure on my workstation (RTX3090), the traced model can be executed with no problem.
github-actions[bot] commented 2 years ago

You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";

github-actions[bot] commented 2 years ago

Requested information was not provided in 7 days, so we're closing this issue.

Please open new issue if information becomes available. Otherwise, use github discussions for free-form discussions.