trtutils.impls package¶
Subpackages¶
- trtutils.impls.yolo package
- Module contents
- Classes
- Functions
YOLOYOLO7YOLO8YOLO9YOLO10YOLOXCPUPreprocessorCUDAPreprocessorParallelYOLOParallelYOLO.modelsParallelYOLO.get_model()ParallelYOLO.get_model_profiling()ParallelYOLO.get_profiling()ParallelYOLO.stop()ParallelYOLO.preprocess()ParallelYOLO.preprocess_model()ParallelYOLO.postprocess()ParallelYOLO.postprocess_model()ParallelYOLO.get_detections()ParallelYOLO.get_detections_model()ParallelYOLO.submit()ParallelYOLO.submit_model()ParallelYOLO.get_random_input()ParallelYOLO.mock_submit()ParallelYOLO.retrieve()ParallelYOLO.retrieve_model()ParallelYOLO.end2end()
TRTPreprocessorget_detections()postprocess()preprocess()
- Module contents
Submodules¶
Module contents¶
Submodule of implementations for TRTModels.
Submodules¶
commonImplementations which are generic to underlying models.
yoloImplementations of YOLO object detectors.
kernelsCUDA kernels for various functions.