nanosam-cpp
nanosam-cpp copied to clipboard
C++ TensorRT Implementation of NanoSAM
in trt_module.cpp getOutput()function " memcpy(lowResolutionMasks, mCpuBuffers[5], mBufferBindingBytes[5]); memcpy(iouPrediction, mCpuBuffers[6], mBufferBindingBytes[6]); " in nanosam.cpp set decoder: "mMaskDecoder = new TRTModule(decoderPath, { "image_embeddings", "point_coords", "point_labels", "mask_input", "has_mask_input" }, { "iou_predictions", "low_res_masks" },...
Hi, and thanks for making this code available. Would it be possible to release example code for video inference, such as the demo gif in the repo?
resnet18_image_encoder.onnx cannot be downloaded,access denied,can upload or provide other links?