nanosam-cpp icon indicating copy to clipboard operation
nanosam-cpp copied to clipboard

C++ TensorRT Implementation of NanoSAM

Results 6 nanosam-cpp issues
Sort by recently updated
recently updated
newest added

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?

Thank you for providing, two onnx files. Would I like to ask, does this great algorithm only support the output of a single dot or box

Thank you very much for your great work, when I tried to download these two files mobile_sam_mask_decoder.onnx and resnet18_image_encoder.onnx, I did not have permission