I was reviewing the benchmarks in the README and noticed the Jetson Orin NX result showing 950 ms for 4K images. I have a couple of questions about the specific testing conditions:
Regarding the 4K image resolution: The README states "4K resolution", but SAM3 natively uses a 1008×1008 input resolution. Could you clarify whether the benchmark was run with:
Native 4K images (e.g., 3840×2160) fed directly into the model?
Or were the 4K images first resized/cropped to SAM3's native 1008×1008 resolution before inference?
Regarding the 950ms latency: Does this end-to-end processing time include any pre-processing steps (like resizing, normalization, or padding), or is it purely the TensorRT engine inference time? The README mentions "end to end image processing latency per image" excluding image load/save, but I'd like to confirm what's included in that measurement.
Extra: What TensorRT precision was used for this benchmark (FP16 / INT8)? And what were the exact Jetson Orin NX power modes and JetPack versions?
These details would be super helpful for anyone trying to reproduce the results or evaluate the model for real-time applications on edge devices. Thanks in advance!
I was reviewing the benchmarks in the README and noticed the Jetson Orin NX result showing 950 ms for 4K images. I have a couple of questions about the specific testing conditions:
Regarding the 4K image resolution: The README states "4K resolution", but SAM3 natively uses a 1008×1008 input resolution. Could you clarify whether the benchmark was run with:
Native 4K images (e.g., 3840×2160) fed directly into the model?
Or were the 4K images first resized/cropped to SAM3's native 1008×1008 resolution before inference?
Regarding the 950ms latency: Does this end-to-end processing time include any pre-processing steps (like resizing, normalization, or padding), or is it purely the TensorRT engine inference time? The README mentions "end to end image processing latency per image" excluding image load/save, but I'd like to confirm what's included in that measurement.
Extra: What TensorRT precision was used for this benchmark (FP16 / INT8)? And what were the exact Jetson Orin NX power modes and JetPack versions?
These details would be super helpful for anyone trying to reproduce the results or evaluate the model for real-time applications on edge devices. Thanks in advance!