FastSAM icon indicating copy to clipboard operation
FastSAM copied to clipboard

about how to process the batch tensor(shape: b, c, h, w)

Open diadestiny opened this issue 1 year ago • 1 comments

if I hope to use fastsam in my code to process the batch tensor(shape: b, c, h, w), how to use it? If anyone can give the example code or meet the same problem.

diadestiny avatar Sep 01 '23 06:09 diadestiny

you can see this https://github.com/Linaom1214/TensorRT-FastSAM

Linaom1214 avatar Sep 01 '23 09:09 Linaom1214