Pangoraw / PaDiM

:dolphin: Re-implementation of PaDiM and code for the article "Weakly Supervised Detection of Marine Animals in High Resolution Aerial Images"
https://arxiv.org/abs/2011.08785
MIT License
27 stars 4 forks source link

can you shared C++ TensorRT inference version? #10

Open CvBokchoy opened 4 months ago

CvBokchoy commented 4 months ago

can you shared C++ TensorRT inference version?

Pangoraw commented 4 months ago

hi, i am not familiar with tensorrt but shouldn't using something like torch2rt work?

CvBokchoy commented 4 months ago

hi, i am not familiar with tensorrt but shouldn't using something like torch2rt work?你好,我不熟悉tensorrt,但不应该使用像torch2rt工作的东西?

Mainly post-processing operations I do not know how to use cuda in C++ to do processing

Pangoraw commented 4 months ago

it seems to have Resize and Convolution so it should be possible.

CvBokchoy commented 4 months ago

ok! thank you